all repos — openbox @ ede50bed27b4af16347464e91a9921624901b75b

openbox fork - make it a bit more like ryudo

return the old cursor. oops
Dana Jansens danakj@orodu.net
commit

ede50bed27b4af16347464e91a9921624901b75b

parent

03be1f8db3adde11d82eb478f182106750effc3f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -445,7 +445,7 @@ #if USE_XCURSOR

c = XcursorLibraryLoadCursor(ob_display, name); #endif if (c == None) - XCreateFontCursor(ob_display, fontval); + c = XCreateFontCursor(ob_display, fontval); return c; }