summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 21:49:45 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 21:49:45 +0000
commited4d0ca31a9c1c6c815cb87a058bb1d36a0888c1 (patch)
tree5d4a2bf9c37fbc9a091012d05a3485bb6dac15b6 /openbox/screen.c
parent9014cf7c4e2a8ca5ccb9735f2b75438433130d13 (diff)
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
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
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));