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/connector-context.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/connector-context.cpp')
| -rw-r--r-- | src/connector-context.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp index d3ad81134..daea4a0ac 100644 --- a/src/connector-context.cpp +++ b/src/connector-context.cpp @@ -195,10 +195,7 @@ using Inkscape::DocumentUndo; #if !GTK_CHECK_VERSION(2,22,0) -#define GDK_KEY_Return 0xff0d -#define GDK_KEY_KP_Enter 0xff8d -#define GDK_KEY_Escape 0xff1b -#define GDK_KEY_Delete 0xffff +#include "compat-key-syms.h" #endif static void sp_connector_context_class_init(SPConnectorContextClass *klass); |
