From: Seunghun Lee Date: Thu, 22 May 2025 01:30:03 +0000 (+0900) Subject: e_comp_wl: Deprecate layer X-Git-Tag: accepted/tizen/unified/20250612.024607~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F325388%2F1;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl: Deprecate layer It's unused. Change-Id: I7c223e6ff91f14cec97446598c129f6ce9d6e41c --- diff --git a/src/include/e_comp_wl.h b/src/include/e_comp_wl.h index 6b76c3a805..df0d3d1419 100644 --- a/src/include/e_comp_wl.h +++ b/src/include/e_comp_wl.h @@ -483,13 +483,13 @@ struct _E_Comp_Wl_Client_Data unsigned char accepts_focus : 1; E_DEPRECATED unsigned char conformant : 1; E_DEPRECATED E_Window_Type win_type; - E_Layer layer; + E_DEPRECATED E_Layer layer; struct { - E_DEPRECATED unsigned char win_type : 1; + unsigned char win_type : 1; unsigned char layer : 1; - } fetch; + } E_DEPRECATED fetch; E_Devicemgr_Input_Device *last_device_ptr; E_Devicemgr_Input_Device *last_device_touch;