projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bed64
)
e_comp_wl: Deprecate layer
88/325388/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 22 May 2025 01:30:03 +0000
(10:30 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 02:33:43 +0000
(11:33 +0900)
It's unused.
Change-Id: I7c223e6ff91f14cec97446598c129f6ce9d6e41c
src/include/e_comp_wl.h
patch
|
blob
|
history
diff --git
a/src/include/e_comp_wl.h
b/src/include/e_comp_wl.h
index 6b76c3a805c9ebe475bd293a49c2e058f41389f8..df0d3d1419f2abf553b8eb182b6f124a6485ff3c 100644
(file)
--- 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;