summaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-19 04:26:02 +0000
committerVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-19 04:26:02 +0000
commitbf782f3e9d8f76e3e6f32101bbd38754ed0197fb (patch)
tree10f49896eb4ecbab0076fefdac580c9c97cf608e /src/interface.h
parentMerge C++ification of the SP tree by Markus Engel (diff)
parentMissing file from libdepixelize (diff)
downloadinkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.tar.gz
inkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.zip
Merging libdepixelize branch
(bzr r12533)
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h5
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);