diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-02 23:02:01 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-02 23:02:01 +0000 |
| commit | d1bf698001f165f0c39cfbb9dddba1ac66a69b9a (patch) | |
| tree | 3e97d49e2eafef6cc25a5bf5f0e2d7302752ead8 /src/widgets/node-toolbar.h | |
| parent | update to trunk (diff) | |
| parent | Fixed includes for tools. (diff) | |
| download | inkscape-d1bf698001f165f0c39cfbb9dddba1ac66a69b9a.tar.gz inkscape-d1bf698001f165f0c39cfbb9dddba1ac66a69b9a.zip | |
update to trunk
(bzr r11950.1.268)
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/node-toolbar.h | 4 |
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 */ |
