summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-25 02:50:59 +0000
committerDana Jansens <danakj@orodu.net>2007-04-25 02:50:59 +0000
commit9aa42c2ae7b457db6efc1703dd47d1e3ac5e75e8 (patch)
treea5f8c62a3a0f890ca92e43b1a7c01159028656da /openbox/event.c
parent569b5aebbd64641486ca97c715089af0dbca5f97 (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.c3
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