use the new ptr cursor defn

This commit is contained in:
Dana Jansens 2003-04-17 05:28:53 +00:00
parent 7886b797a3
commit 75d4428403

View 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();