projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03be1f8
)
return the old cursor. oops
author
Dana Jansens
<danakj@orodu.net>
Sun, 25 Mar 2007 17:11:50 +0000
(17:11 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 25 Mar 2007 17:11:50 +0000
(17:11 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index c24ed76abe69f6401e81a1ccaa3ffc8e78a38309..5c4905ee3609cc2de7ab4773ccffc6c47afd9975 100644
(file)
--- 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;
}