From e88902b8cd0e5c84c1d6be060dc692f30ab3d20b Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 2 May 2012 22:40:07 -0700 Subject: Eliminated duplication of GTK key defines. (bzr r11318) --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') 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 #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 { -- cgit v1.2.3