From 71c92c8c7a7c7f80888cb242a53150c4e40f9d00 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Mon, 1 Apr 2013 20:16:55 -0300 Subject: Fix cursor setting Don't clobber surface user data with junk. Background is alright now again. Signed-off-by: Tiago Vignatti --- shell/gtk-shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/gtk-shell.c b/shell/gtk-shell.c index 5d7c089..ffe8afc 100644 --- a/shell/gtk-shell.c +++ b/shell/gtk-shell.c @@ -99,8 +99,6 @@ background_create(struct desktop *desktop) gdk_wayland_window_set_use_custom_surface(gdk_window); desktop->surface = gdk_wayland_window_get_wl_surface(gdk_window); - wl_surface_set_user_data(desktop->surface, desktop); - desktop_shell_set_background(desktop->shell, desktop->output, desktop->surface); -- cgit v1.3.1