diff options
| author | Denis Declara <declara91@gmail.com> | 2012-05-05 13:32:42 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-05-05 13:32:42 +0000 |
| commit | aeb9c1bde66de096910757abb17dedb94ad74207 (patch) | |
| tree | c0adf97685b0fa8af1553b14d20601f280492762 /src/connector-context.cpp | |
| parent | Fixed some math, so that the objects now line up correctly (diff) | |
| parent | Adding checks to prevent null pointer dereferences (diff) | |
| download | inkscape-aeb9c1bde66de096910757abb17dedb94ad74207.tar.gz inkscape-aeb9c1bde66de096910757abb17dedb94ad74207.zip | |
Trunk merge
(bzr r11073.1.29)
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); |
