]> Dogcows Code - chaz/openbox/commitdiff
use the new ptr cursor defn
authorDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:28:53 +0000 (05:28 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:28:53 +0000 (05:28 +0000)
openbox/screen.c

index ffb9894f0b14b5355c53e8201d9bf47ff8caa6c7..299bb684f75e83a416531381357710e53c2b70c6 100644 (file)
@@ -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();
This page took 0.028904 seconds and 4 git commands to generate.