summaryrefslogtreecommitdiffstats
path: root/src/inkscape-private.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-08-29 03:24:44 +0000
committermental <mental@users.sourceforge.net>2007-08-29 03:24:44 +0000
commit52d52cfe78edcf3cccfd6ceadef37c955215fc56 (patch)
tree01424336851f2052f3a23971d72a26a3f179ddcb /src/inkscape-private.h
parentRefactor gradient rendering to facilitate future changes, since the simple (diff)
downloadinkscape-52d52cfe78edcf3cccfd6ceadef37c955215fc56.tar.gz
inkscape-52d52cfe78edcf3cccfd6ceadef37c955215fc56.zip
add experimental modifier remapping
(bzr r3606)
Diffstat (limited to 'src/inkscape-private.h')
-rw-r--r--src/inkscape-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inkscape-private.h b/src/inkscape-private.h
index e6e6a44ea..93fd9c8af 100644
--- a/src/inkscape-private.h
+++ b/src/inkscape-private.h
@@ -29,6 +29,9 @@ GType inkscape_get_type (void);
void inkscape_ref (void);
void inkscape_unref (void);
+guint inkscape_mapalt();
+void inkscape_mapalt(guint);
+
/*
* These are meant solely for desktop, document etc. implementations
*/