diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-25 02:50:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-25 02:50:59 +0000 |
| commit | 9aa42c2ae7b457db6efc1703dd47d1e3ac5e75e8 (patch) | |
| tree | a5f8c62a3a0f890ca92e43b1a7c01159028656da /openbox/event.c | |
| parent | 569b5aebbd64641486ca97c715089af0dbca5f97 (diff) | |
cleanups for keyboard menu shotcuts. dont let & set a shortcut from stuff like menu titles and what not, they are only for strigns oenbox provides.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/event.c b/openbox/event.c index 9d6ff5fd..4a60194b 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -52,6 +52,9 @@ #ifdef HAVE_SIGNAL_H # include <signal.h> #endif +#ifdef HAVE_UNISTD_H +# include <unistd.h> /* for usleep() */ +#endif #ifdef XKB # include <X11/XKBlib.h> #endif |
