summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-17 05:28:53 +0000
committerDana Jansens <danakj@orodu.net>2003-04-17 05:28:53 +0000
commit75d4428403712469e069c460aea1ea282336a099 (patch)
treea460282b15575bef9724b572d61904e5f75bb7d3 /openbox
parent7886b797a36f5a035a75a19424e0b3cf7825baf8 (diff)
use the new ptr cursor defn
Diffstat (limited to 'openbox')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index ffb9894f..299bb684 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -61,7 +61,7 @@ gboolean screen_annex()
g_message("Managing screen %d", ob_screen);
/* set the mouse cursor for the root window (the default cursor) */
- XDefineCursor(ob_display, ob_root, ob_cursors.left_ptr);
+ XDefineCursor(ob_display, ob_root, ob_cursors.ptr);
/* set the OPENBOX_PID hint */
pid = getpid();