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:
7d06fd4
)
e_comp_object: set client size to requested size for wl_pointer-cursor
75/37775/1
accepted/tizen/common/20150407.101951
accepted/tizen/mobile/20150407.084826
accepted/tizen/tv/20150405.122457
accepted/tizen/wearable/20150405.123735
submit/tizen/20150404.110418
submit/tizen_mobile/20150406.000001
author
MinJeong Kim
<minjjj.kim@samsung.com>
Sat, 4 Apr 2015 09:04:44 +0000
(18:04 +0900)
committer
MinJeong Kim
<minjjj.kim@samsung.com>
Sat, 4 Apr 2015 09:04:44 +0000
(18:04 +0900)
Change-Id: Icfb2250f2ef45f415b08aa0e6654be9d18e20a7a
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index 39fd2874ed180f1073a81a3149b5d24a7774af45..460e8222f4852f726b04e7101b105a6c732f380b 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-894,6
+894,7
@@
_e_comp_intercept_resize(void *data, Evas_Object *obj, int w, int h)
if (!e_util_strcmp("wl_pointer-cursor", cw->ec->icccm.window_role))
{
+ cw->ec->w = w, cw->ec->h = h;
evas_object_resize(obj, w, h);
return;
}