diff options
| author | MenTaLguY <mental@rydia.net> | 2007-08-29 03:24:44 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-08-29 03:24:44 +0000 |
| commit | 52d52cfe78edcf3cccfd6ceadef37c955215fc56 (patch) | |
| tree | 01424336851f2052f3a23971d72a26a3f179ddcb /src/inkscape-private.h | |
| parent | Refactor gradient rendering to facilitate future changes, since the simple (diff) | |
| download | inkscape-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.h | 3 |
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 */ |
