diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-09-19 04:26:02 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-09-19 04:26:02 +0000 |
| commit | bf782f3e9d8f76e3e6f32101bbd38754ed0197fb (patch) | |
| tree | 10f49896eb4ecbab0076fefdac580c9c97cf608e /src/interface.h | |
| parent | Merge C++ification of the SP tree by Markus Engel (diff) | |
| parent | Missing file from libdepixelize (diff) | |
| download | inkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.tar.gz inkscape-bf782f3e9d8f76e3e6f32101bbd38754ed0197fb.zip | |
Merging libdepixelize branch
(bzr r12533)
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); |
