summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-27 22:11:51 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-08-28 18:18:29 +0200
commita2f8af08ce37b9c0f322a1c3cb596658b0593e7c (patch)
treeb15358683c48bda37d1dfbc0ec2bf9cada5c400e /plugins/gtkui/callbacks.c
parent4457911ae7d38d7bef7abe11bc43d060ba4bf6a2 (diff)
osx support WIP
Diffstat (limited to 'plugins/gtkui/callbacks.c')
-rw-r--r--plugins/gtkui/callbacks.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c
index c1f09515..031aeb7d 100644
--- a/plugins/gtkui/callbacks.c
+++ b/plugins/gtkui/callbacks.c
@@ -27,7 +27,7 @@
#include <assert.h>
#include <ctype.h>
#include <gdk/gdkkeysyms.h>
-#include <X11/Xlib.h>
+//#include <X11/Xlib.h>
#include "../../gettext.h"
#include "callbacks.h"
@@ -183,6 +183,7 @@ on_mainwin_key_press_event (GtkWidget *widget,
GdkEventKey *event,
gpointer user_data)
{
+#if 0
// local hotkeys
// first translate gdk modifiers into X11 constants
int mods = 0;
@@ -230,7 +231,7 @@ on_mainwin_key_press_event (GtkWidget *widget,
}
}
trace ("action not found\n");
-
+#endif
return FALSE;
}