projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3521c2
)
oops buttons not keycodes
author
Dana Jansens
<danakj@orodu.net>
Fri, 1 Aug 2003 19:36:47 +0000
(19:36 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 1 Aug 2003 19:36:47 +0000
(19:36 +0000)
openbox/grab.c
patch
|
blob
|
history
diff --git
a/openbox/grab.c
b/openbox/grab.c
index 67c15becd7935a3052c4ab99e1357374ed5f704c..549b0f1f0b1d055e3302a1b7ca5e421f232a3cfe 100644
(file)
--- a/
openbox/grab.c
+++ b/
openbox/grab.c
@@
-127,7
+127,7
@@
void grab_button_full(guint button, guint state, Window win, guint mask,
pointer_mode, GrabModeSync, None, ob_cursor(cur));
xerror_set_ignore(FALSE);
if (xerror_occured)
- g_warning("failed to grab
keycode %d modifiers %d", keycode
, state);
+ g_warning("failed to grab
button %d modifiers %d", button
, state);
}
void grab_button(guint button, guint state, Window win, guint mask)