e_comp_wl: Deprecate focus_update field 89/318289/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 26 Dec 2024 06:55:50 +0000 (15:55 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 15 Jan 2025 06:25:32 +0000 (15:25 +0900)
It's unused.

Change-Id: Idfc4f817c0b89e794a7790bf00e807cc7730a202

src/include/e_comp_wl.h

index 9988c66c34299ce75c5d7f060d5537d5aa2850f1..c34218a6ec425af4303c20ae7151cf83c35226f4 100644 (file)
@@ -471,7 +471,7 @@ struct _E_Comp_Wl_Client_Data
    E_DEPRECATED Eina_Bool first_damage : 1;
    E_DEPRECATED Eina_Bool set_win_type : 1;
    E_DEPRECATED Eina_Bool frame_update : 1;
-   Eina_Bool focus_update : 1;
+   E_DEPRECATED Eina_Bool focus_update : 1;
    Eina_Bool opaque_state : 1;
    Eina_Bool video_client : 1; // Deprecated
    Eina_Bool has_video_client : 1;