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:
b576969
)
e_comp_wl_subsurface: update map of below_obj when client is moved
95/269495/3
accepted/tizen/unified/20220119.121754
submit/tizen/20220117.230824
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 17 Jan 2022 04:52:30 +0000
(13:52 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 17 Jan 2022 07:40:49 +0000
(07:40 +0000)
map of below_obj should be updated with x,y of client when it is moved
Change-Id: Idfcb84c39bfb1d6590de7f8f27674ab419977b87
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index cea5d9aa48f212ac0da2874dc2a56f0e203e42f7..f47ad726e8f98865d1d0ba6e6940aaa721bad2b3 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-674,7
+674,10
@@
_e_comp_wl_evas_cb_move(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_U
}
if (ec->comp_data->sub.below_obj)
- evas_object_move(ec->comp_data->sub.below_obj, ec->x, ec->y);
+ {
+ evas_object_move(ec->comp_data->sub.below_obj, ec->x, ec->y);
+ e_comp_wl_subsurface_bg_rectangle_map_apply(ec);
+ }
}
static void