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:
59975a0
)
e_comp_wl: Deprecate has_data of E_Comp_Wl_Surface_State
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 22 Aug 2024 09:32:04 +0000
(18:32 +0900)
committer
Seunghun 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
patch
|
blob
|
history
diff --git
a/src/include/e_comp_wl.h
b/src/include/e_comp_wl.h
index 94a2f8f1f46033eb7366dedb95d47392f26fd04b..71cf60055f49403e71f3a156507587098948f14e 100644
(file)
--- a/
src/include/e_comp_wl.h
+++ b/
src/include/e_comp_wl.h
@@
-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;
+ E
INA_DEPRECATED E
ina_Bool has_data : 1;
E_Presentation_Time_Container presentation_container;
};