diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-17 05:28:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-17 05:28:53 +0000 |
| commit | 75d4428403712469e069c460aea1ea282336a099 (patch) | |
| tree | a460282b15575bef9724b572d61904e5f75bb7d3 /openbox/screen.c | |
| parent | 7886b797a36f5a035a75a19424e0b3cf7825baf8 (diff) | |
use the new ptr cursor defn
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
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(); |
