diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-09-12 10:23:11 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-09-12 10:23:11 +0000 |
| commit | dd18c27c36c9138bc68161ad365bfc61b8d135f8 (patch) | |
| tree | 628e0db10c28eab68710d87d180f0eccf695522e /src/interface.h | |
| parent | partially revert 12471, this fixes bug 1215575, but undoes the fix for the le... (diff) | |
| download | inkscape-dd18c27c36c9138bc68161ad365bfc61b8d135f8.tar.gz inkscape-dd18c27c36c9138bc68161ad365bfc61b8d135f8.zip | |
Integrating with libdepixelize
(bzr r12506.1.1)
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h index 13fbaf9ac..215a3bfc9 100644 --- a/src/interface.h +++ b/src/interface.h @@ -239,6 +239,11 @@ class ContextMenu : public Gtk::Menu void ImageTraceBitmap(void); /** + * callback, is executed on clicking the "Trace Pixel Art" menu entry + */ + void ImageTracePixelArt(void); + + /** * callback, is executed on clicking the "Extract Image" menu entry */ void ImageExtract(void); |
