From: Dana Jansens Date: Thu, 17 Apr 2003 05:28:53 +0000 (+0000) Subject: use the new ptr cursor defn X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=75d4428403712469e069c460aea1ea282336a099;p=chaz%2Fopenbox use the new ptr cursor defn --- 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();