diff options
| author | Ed Halley <ed@halley.cc> | 2009-03-16 21:43:07 +0000 |
|---|---|---|
| committer | speare <speare@users.sourceforge.net> | 2009-03-16 21:43:07 +0000 |
| commit | 70f8181cb0be07e0695bd251fc40b0535575bf51 (patch) | |
| tree | 5d07dcb8f576403153b75d09a150fc429e79888a /src/inkscape-private.h | |
| parent | Contextual split of a message, updated Russian translation (diff) | |
| download | inkscape-70f8181cb0be07e0695bd251fc40b0535575bf51.tar.gz inkscape-70f8181cb0be07e0695bd251fc40b0535575bf51.zip | |
response to bug #167290; add another undoc option to support alt-key tracking for osx x11 and other gdk systems that cannot sense alt key properly
(bzr r7505)
Diffstat (limited to 'src/inkscape-private.h')
| -rw-r--r-- | src/inkscape-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inkscape-private.h b/src/inkscape-private.h index 676fff8a4..cb7f98729 100644 --- a/src/inkscape-private.h +++ b/src/inkscape-private.h @@ -32,6 +32,9 @@ void inkscape_unref (void); guint inkscape_mapalt(); void inkscape_mapalt(guint); +guint inkscape_trackalt(); +void inkscape_trackalt(guint); + /* * These are meant solely for desktop, document etc. implementations */ |
