diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2012-05-03 05:40:07 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2012-05-03 05:40:07 +0000 |
| commit | e88902b8cd0e5c84c1d6be060dc692f30ab3d20b (patch) | |
| tree | 7fe0a86fa2899db631824737276f1dae213e1ce4 /src/main.cpp | |
| parent | Adding the two new files. (diff) | |
| download | inkscape-e88902b8cd0e5c84c1d6be060dc692f30ab3d20b.tar.gz inkscape-e88902b8cd0e5c84c1d6be060dc692f30ab3d20b.zip | |
Eliminated duplication of GTK key defines.
(bzr r11318)
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 { |
