]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
for startup notification, use the left ptr+watch if it is available, and fall back...
[chaz/openbox] / openbox / screen.c
index 6551da81f0405fd333145405ae4b57aa4cdccd0d..4ad46af738c79135dd8118b28c633a88ac1b0e2f 100644 (file)
@@ -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));
This page took 0.020398 seconds and 4 git commands to generate.