diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-15 16:47:10 +0100 |
| commit | 9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch) | |
| tree | 4ab52e2891af75fb0cf0ba125fd69b727c71c56a /openbox/keyboard.h | |
| parent | 0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff) | |
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'openbox/keyboard.h')
| -rw-r--r-- | openbox/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 995cdbc5..1674cf92 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -34,11 +34,11 @@ extern KeyBindingTree *keyboard_firstnode; void keyboard_startup(gboolean reconfig); void keyboard_shutdown(gboolean reconfig); -void keyboard_rebind(); +void keyboard_rebind(void); void keyboard_chroot(GList *keylist); gboolean keyboard_bind(GList *keylist, struct _ObActionsAct *action); -void keyboard_unbind_all(); +void keyboard_unbind_all(void); void keyboard_event(struct _ObClient *client, const XEvent *e); /*! @param break_chroots how many chroots to break. -1 means to break them ALL! |
