summaryrefslogtreecommitdiffstats
path: root/src/widgets/node-toolbar.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2014-03-02 22:58:28 +0000
committerMarkus Engel <markus.engel@tum.de>2014-03-02 22:58:28 +0000
commit7825ad6d1ac979689ac79d6497079aec36c6ae4b (patch)
tree98015d7aa5e6b87403b0c04ba95d6e5a086e43ad /src/widgets/node-toolbar.h
parentfix scaling crash for clipped objects (Bug 1286647) (diff)
downloadinkscape-7825ad6d1ac979689ac79d6497079aec36c6ae4b.tar.gz
inkscape-7825ad6d1ac979689ac79d6497079aec36c6ae4b.zip
Fixed includes for tools.
(bzr r13097)
Diffstat (limited to 'src/widgets/node-toolbar.h')
-rw-r--r--src/widgets/node-toolbar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/node-toolbar.h b/src/widgets/node-toolbar.h
index dcccf1712..1f2a3f6b7 100644
--- a/src/widgets/node-toolbar.h
+++ b/src/widgets/node-toolbar.h
@@ -27,9 +27,11 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <gtk/gtk.h>
class SPDesktop;
+typedef struct _GtkActionGroup GtkActionGroup;
+typedef struct _GObject GObject;
+
void sp_node_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObject* holder);
#endif /* !SEEN_SELECT_TOOLBAR_H */