return the old cursor. oops
This commit is contained in:
parent
03be1f8db3
commit
ede50bed27
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue