Since it's the server who moves the surface it's the server who sets the pointer image.
Signed-off-by: Jonas Ådahl <[email protected]> --- 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 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
