From ede50bed27b4af16347464e91a9921624901b75b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 25 Mar 2007 17:11:50 +0000 Subject: [PATCH] return the old cursor. oops --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2