[PATCH weston 2/2] window: Don't set pointer image when requesting to move a surface

Jonas Ådahl jadahl at gmail.com
Thu Oct 18 23:23:57 PDT 2012


Since it's the server who moves the surface it's the server who sets the
pointer image.

Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---
 clients/window.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/clients/window.c b/clients/window.c
index 118dce5..8aeb837 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -1845,7 +1845,6 @@ frame_button_handler(struct widget *widget,
 		case THEME_LOCATION_TITLEBAR:
 			if (!window->shell_surface)
 				break;
-			input_set_pointer_image(input, CURSOR_DRAGGING);
 			input_ungrab(input);
 			wl_shell_surface_move(window->shell_surface,
 					      input_get_seat(input),
-- 
1.7.9.5



More information about the wayland-devel mailing list