e_comp_wl_input: Do not move the pointer when get a configure 78/46778/1 accepted/tizen/mobile/20150829.025910 accepted/tizen/tv/20150829.030450 accepted/tizen/wearable/20150829.031235 submit/tizen/20150828.044757
authorDuna Oh <duna.oh@samsung.com>
Wed, 26 Aug 2015 04:57:26 +0000 (13:57 +0900)
committerDuna Oh <duna.oh@samsung.com>
Wed, 26 Aug 2015 04:57:30 +0000 (13:57 +0900)
When the pointer is mapped, The position of pointer is updated as current mouse position.
But after mapping, the pointer get a configure with previous x,y position (0,0).

Change-Id: I145e978d7f423773161aa0e7361e33b5836f9af8
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/bin/e_comp_wl_input.c

index f4b1666..f99c3c7 100644 (file)
@@ -47,7 +47,7 @@ _e_comp_wl_input_pointer_configure(struct wl_resource *resource,
    if (!(ec = e_pixmap_client_get(ep))) return;
    if (e_object_is_del(E_OBJECT(ec))) return;
 
-   e_client_util_move_resize_without_frame(ec, x, y, w, h);
+   e_client_util_resize_without_frame(ec, w, h);
 }
 
 static void