X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=4ad46af738c79135dd8118b28c633a88ac1b0e2f;hb=d15d4d8b1a8c90500ad0fb0d2e797009d76af388;hp=a72bd7e5543a1269bd080fae2c7c722fbdf2d288;hpb=382d37553d9dc7679464cf71aecf8590cc06a2cb;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index a72bd7e5..4ad46af7 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -523,7 +523,7 @@ void screen_set_desktop(guint num, gboolean dofocus) } } - event_ignore_queued_enters(); + event_ignore_all_queued_enters(); if (event_curtime != CurrentTime) screen_desktop_user_time = event_curtime; @@ -1270,7 +1270,7 @@ void screen_set_root_cursor() { if (sn_app_starting()) XDefineCursor(ob_display, RootWindow(ob_display, ob_screen), - ob_cursor(OB_CURSOR_BUSY)); + ob_cursor(OB_CURSOR_BUSYPOINTER)); else XDefineCursor(ob_display, RootWindow(ob_display, ob_screen), ob_cursor(OB_CURSOR_POINTER));