diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-01 19:36:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-01 19:36:47 +0000 |
| commit | 62f1473c651a564391e53548e0cb7daa5303776d (patch) | |
| tree | abb1cd2e94aa42ddf5495cae5357d77ebe68a4d0 /openbox | |
| parent | e3521c2371c2d2c70c5d411c988fb19d2364d4f0 (diff) | |
oops buttons not keycodes
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/grab.c b/openbox/grab.c index 67c15bec..549b0f1f 100644 --- 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) |
