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:
3a97566
)
e_comp_wl: Deprecate has_data of E_Comp_Wl_Surface_State
98/315798/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 22 Aug 2024 09:32:04 +0000
(18:32 +0900)
committer
Seunghun Lee
<shiin@samsung.com>
Wed, 4 Dec 2024 23:45:31 +0000
(08:45 +0900)
This has not been used since some time ago.
Change-Id: I063b4f22c45c1a04a45e367fde6e4919123659e4
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 155248cd67f497fbc2a754c1bdc2cff95b204ece..43aba06adf9aaafd196331a1c180bb2c6b1135d4 100644
(file)
--- a/
src/include/e_comp_wl.h
+++ b/
src/include/e_comp_wl.h
@@
-189,7
+189,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;
+ E
INA_DEPRECATED E
ina_Bool has_data : 1;
E_Presentation_Time_Container presentation_container;
};