]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
return the old cursor. oops
[chaz/openbox] / openbox / openbox.c
index c24ed76abe69f6401e81a1ccaa3ffc8e78a38309..5c4905ee3609cc2de7ab4773ccffc6c47afd9975 100644 (file)
@@ -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;
 }
 
This page took 0.025911 seconds and 4 git commands to generate.