projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7886b79
)
use the new ptr cursor defn
author
Dana Jansens
<danakj@orodu.net>
Thu, 17 Apr 2003 05:28:53 +0000
(
05:28
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 17 Apr 2003 05:28:53 +0000
(
05:28
+0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index ffb9894f0b14b5355c53e8201d9bf47ff8caa6c7..299bb684f75e83a416531381357710e53c2b70c6 100644
(file)
--- 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();