e_comp_wl: Deprecate has_data of E_Comp_Wl_Surface_State
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 22 Aug 2024 09:32:04 +0000 (18:32 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 29 Aug 2024 06:50:58 +0000 (15:50 +0900)
This has not been used since some time ago.

src/include/e_comp_wl.h

index 94a2f8f1f46033eb7366dedb95d47392f26fd04b..71cf60055f49403e71f3a156507587098948f14e 100644 (file)
@@ -185,7 +185,7 @@ struct _E_Comp_Wl_Surface_State
    EINA_DEPRECATED Eina_Tiler *opaque;
    E_Comp_Wl_Buffer_Viewport buffer_viewport;
    Eina_Bool new_attach : 1;
-   Eina_Bool has_data : 1;
+   EINA_DEPRECATED Eina_Bool has_data : 1;
 
    E_Presentation_Time_Container presentation_container;
 };