e_comp_wl: Deprecate accepts_focus 91/325391/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 22 May 2025 01:53:56 +0000 (10:53 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 02:33:43 +0000 (11:33 +0900)
It's unused.

Change-Id: I27e53cb4adbcae880678c5b004f081e9f2539756

src/include/e_comp_wl.h

index a4a029ed29d3b78ce3db653e1052d1fef59d1dce..ebfad97304f1b868296e6fff61afdbecc2a9afd1 100644 (file)
@@ -479,7 +479,7 @@ struct _E_Comp_Wl_Client_Data
    Eina_Bool has_video_client : 1;
    Eina_Bool never_hwc : 1;          //  force window not to do hwc
    Eina_Bool first_commit : 1;       // TRUE : once client committed
-   unsigned char accepts_focus : 1;
+   E_DEPRECATED unsigned char accepts_focus : 1;
    E_DEPRECATED unsigned char conformant : 1;
    E_DEPRECATED E_Window_Type win_type;
    E_DEPRECATED E_Layer layer;