From: Dana Jansens Date: Sun, 25 Mar 2007 17:11:50 +0000 (+0000) Subject: return the old cursor. oops X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=ede50bed27b4af16347464e91a9921624901b75b;hp=03be1f8db3adde11d82eb478f182106750effc3f;p=chaz%2Fopenbox return the old cursor. oops --- diff --git a/openbox/openbox.c b/openbox/openbox.c index c24ed76a..5c4905ee 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -445,7 +445,7 @@ static Cursor load_cursor(const gchar *name, guint fontval) c = XcursorLibraryLoadCursor(ob_display, name); #endif if (c == None) - XCreateFontCursor(ob_display, fontval); + c = XCreateFontCursor(ob_display, fontval); return c; }