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:
f7e0119
)
e_comp_wl: Remove deprecated mark from below_obj
65/310565/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 2 May 2024 02:24:12 +0000
(11:24 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Thu, 2 May 2024 04:05:29 +0000
(13:05 +0900)
This is to enable e modules which access below_obj to be compiled with
Werror.
Change-Id: I366e13ef8b696fbf282d7f440cd6783ddf3fe059
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 d2950a5a596d5d8d16179274484b7fc515fdd06d..5636dcbc96068b0cc9c4d104bdab67fe6c4e8d7d 100644
(file)
--- a/
src/include/e_comp_wl.h
+++ b/
src/include/e_comp_wl.h
@@
-420,7
+420,7
@@
struct _E_Comp_Wl_Client_Data
Eina_List *below_list;
Eina_List *below_list_pending;
- E
INA_DEPRECATED E
vas_Object *below_obj;
+ Evas_Object *below_obj;
EINA_DEPRECATED E_Map *below_obj_map;
EINA_DEPRECATED E_Client_Hook *below_obj_map_transform_hook;
EINA_DEPRECATED E_Comp_Wl_Hook *comp_wl_del_hook;