summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-05-03 05:40:07 +0000
committerJon A. Cruz <jon@joncruz.org>2012-05-03 05:40:07 +0000
commite88902b8cd0e5c84c1d6be060dc692f30ab3d20b (patch)
tree7fe0a86fa2899db631824737276f1dae213e1ce4 /src/ui/dialog/xml-tree.cpp
parentAdding the two new files. (diff)
downloadinkscape-e88902b8cd0e5c84c1d6be060dc692f30ab3d20b.tar.gz
inkscape-e88902b8cd0e5c84c1d6be060dc692f30ab3d20b.zip
Eliminated duplication of GTK key defines.
(bzr r11318)
Diffstat (limited to 'src/ui/dialog/xml-tree.cpp')
-rw-r--r--src/ui/dialog/xml-tree.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp
index 5c39a2b22..03678d26d 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -49,8 +49,7 @@
#include "widgets/sp-xmlview-tree.h"
#if !GTK_CHECK_VERSION(2,22,0)
-#define GDK_KEY_Escape 0xff1b
-#define GDK_KEY_Return 0xff0d
+#include "compat-key-syms.h"
#endif
namespace Inkscape {