From ed4d0ca31a9c1c6c815cb87a058bb1d36a0888c1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 19 May 2007 21:49:45 +0000 Subject: for startup notification, use the left ptr+watch if it is available, and fall back to the pointer instead of the unusable watch if its not --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 6551da81..4ad46af7 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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)); -- cgit v1.2.3