summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-11 22:02:03 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-11 22:02:03 +0200
commit1d1c644027bb9263ed154a2aa257941624af4c38 (patch)
tree484a61b83926e6ecd12048a7fc094bebe8163071 /plugins/gtkui/hotkeys.c
parentdfecc118a2268338a5699b9723812d606d648915 (diff)
osx: make hotkeys working
as a side effect, hotkeys plugin will now be built even if Xlib is not available, so localhotkeys will always work
Diffstat (limited to 'plugins/gtkui/hotkeys.c')
-rw-r--r--plugins/gtkui/hotkeys.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/gtkui/hotkeys.c b/plugins/gtkui/hotkeys.c
index a34fb629..6e710f4a 100644
--- a/plugins/gtkui/hotkeys.c
+++ b/plugins/gtkui/hotkeys.c
@@ -609,11 +609,7 @@ typedef struct {
#define KEY(kname, kcode) { .name=kname, .keysym=kcode },
static const xkey_t keys[] = {
-#ifndef __APPLE__
#include "../hotkeys/keysyms.inc"
-#else
- { .name=NULL, .keysym=0 }
-#endif
};
static const char *