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:
8e410b6
)
e_comp_wl: Deprecate conformant
85/325385/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 22 May 2025 01:14:24 +0000
(10:14 +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: I361d308e14ffccacc69bf88c6eb8d50a79157dc7
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 2137729cb0b077959b41b1559c3bcca447569cfa..42cb0076942b741363c311ca37daf21b45674909 100644
(file)
--- a/
src/include/e_comp_wl.h
+++ b/
src/include/e_comp_wl.h
@@
-481,7
+481,7
@@
struct _E_Comp_Wl_Client_Data
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;
- unsigned char conformant : 1;
+
E_DEPRECATED
unsigned char conformant : 1;
E_Window_Type win_type;
E_Layer layer;