From f82eda524753498cc29a087381ca1f01d10ab117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 19 Oct 2012 08:23:57 +0200 Subject: [PATCH] window: Don't set pointer image when requesting to move a surface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since it's the server who moves the surface it's the server who sets the pointer image. Signed-off-by: Jonas Ã…dahl --- clients/window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/window.c b/clients/window.c index c0296917b..36901d5c4 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),