use the new ptr cursor defn
This commit is contained in:
parent
7886b797a3
commit
75d4428403
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ gboolean screen_annex()
|
||||||
g_message("Managing screen %d", ob_screen);
|
g_message("Managing screen %d", ob_screen);
|
||||||
|
|
||||||
/* set the mouse cursor for the root window (the default cursor) */
|
/* 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 */
|
/* set the OPENBOX_PID hint */
|
||||||
pid = getpid();
|
pid = getpid();
|
||||||
|
|
Loading…
Reference in a new issue