X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=5c4905ee3609cc2de7ab4773ccffc6c47afd9975;hb=ee58f96a8403b8058e3165e32b391cd136a5108f;hp=c24ed76abe69f6401e81a1ccaa3ffc8e78a38309;hpb=c567f5937b09708848c6b83c29f808f3d44145cc;p=chaz%2Fopenbox 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; }