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:
0eb9dc2
)
e_comp_wl: Deprecate keep_buffer field
86/318286/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 26 Dec 2024 06:52:08 +0000
(15:52 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 15 Jan 2025 06:25:31 +0000
(15:25 +0900)
It's unused.
Change-Id: Idde59ed99c21ae59c5a0b84722be3793a56390bd
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 cb0fdefe1b64e1e53e6e7a9584f83fab60b348d2..cec94031ab410c98330a296d683c174ef75f9260 100644
(file)
--- a/
src/include/e_comp_wl.h
+++ b/
src/include/e_comp_wl.h
@@
-462,7
+462,7
@@
struct _E_Comp_Wl_Client_Data
int width_from_viewport;
int height_from_viewport;
- Eina_Bool keep_buffer : 1;
+ E
_DEPRECATED E
ina_Bool keep_buffer : 1;
Eina_Bool mapped : 1;
EINA_DEPRECATED Eina_Bool has_extern_parent : 1;
Eina_Bool need_reparent : 1;