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/dropper-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/dropper-context.cpp')
| -rw-r--r-- | src/dropper-context.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/dropper-context.cpp b/src/dropper-context.cpp index 336314c4f..be0379813 100644 --- a/src/dropper-context.cpp +++ b/src/dropper-context.cpp @@ -45,11 +45,7 @@ #include "verbs.h" #if !GTK_CHECK_VERSION(2,22,0) -#define GDK_KEY_Up 0xff52 -#define GDK_KEY_Down 0xff54 -#define GDK_KEY_KP_Up 0xff97 -#define GDK_KEY_KP_Down 0xff99 -#define GDK_KEY_Escape 0xff1b +#include "compat-key-syms.h" #endif using Inkscape::DocumentUndo; |
