summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.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/shortcuts.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/shortcuts.cpp')
-rw-r--r--src/shortcuts.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp
index 57fc59614..07685e0e9 100644
--- a/src/shortcuts.cpp
+++ b/src/shortcuts.cpp
@@ -1,5 +1,3 @@
-#define __SP_SHORTCUTS_C__
-
/** \file
* Keyboard shortcut processing.
*/
@@ -40,7 +38,7 @@
#include "xml/repr.h"
#if !GTK_CHECK_VERSION(2,22,0)
-#define GDK_KEY_VoidSymbol 0xffffff
+#include "compat-key-syms.h"
#endif
using namespace Inkscape;