diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index a22295424..261df9145 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -118,8 +118,7 @@ #include <gdk/gdkkeysyms.h> #if !GTK_CHECK_VERSION(2,22,0) -#define GDK_KEY_Alt_L 0xffe9 -#define GDK_KEY_Alt_R 0xffea +#include "compat-key-syms.h" #endif enum { |
