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:
5c57e04
)
use NONE cursor when not specifying one
author
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 20:37:10 +0000
(20:37 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 3 Sep 2003 20:37:10 +0000
(20:37 +0000)
openbox/moveresize.c
patch
|
blob
|
history
diff --git
a/openbox/moveresize.c
b/openbox/moveresize.c
index 722146aa9883420b8fbad0fab88baa465e6e59f2..8928a995d75d7bb55935e2e71e33dca204f3073e 100644
(file)
--- a/
openbox/moveresize.c
+++ b/
openbox/moveresize.c
@@
-139,7
+139,7
@@
void moveresize_start(ObClient *c, int x, int y, guint b, guint32 cnr)
void moveresize_end(gboolean cancel)
{
grab_keyboard(FALSE);
- grab_pointer(FALSE,
None
);
+ grab_pointer(FALSE,
OB_CURSOR_NONE
);
popup_hide(popup);