summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-27 07:50:41 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-27 07:50:41 +0000
commit1a73a9c8e678134478d99bafc3c0857a61072082 (patch)
tree4b030d27acf8fcdc60b19d27bdeaf75b9f2eb126 /src/widgets/stroke-style.h
parentmake SP_OBJECT_ID usable again (diff)
downloadinkscape-1a73a9c8e678134478d99bafc3c0857a61072082.tar.gz
inkscape-1a73a9c8e678134478d99bafc3c0857a61072082.zip
Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit panes.
(bzr r9238)
Diffstat (limited to 'src/widgets/stroke-style.h')
-rw-r--r--src/widgets/stroke-style.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h
index b947209e3..9ed7e2a92 100644
--- a/src/widgets/stroke-style.h
+++ b/src/widgets/stroke-style.h
@@ -3,25 +3,25 @@
*/
/* Author:
* Lauris Kaplinski <lauris@ximian.com>
+ * Jon A. Cruz <jon@joncruz.org>
*
+ * Copyright (C) 2010 Jon A. Cruz
* Copyright (C) 2001 Ximian, Inc.
+ *
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_DIALOGS_STROKE_STYLE_H
#define SEEN_DIALOGS_STROKE_STYLE_H
-#include <glib.h>
-
-#include <gtk/gtkwidget.h>
+#include <gtkmm/container.h>
-#include "forward.h"
-#include "display/canvas-bpath.h"
+typedef struct _GtkWidget GtkWidget;
-GtkWidget *sp_stroke_style_paint_widget_new (void);
-Gtk::Container *sp_stroke_style_line_widget_new (void);
+GtkWidget *sp_stroke_style_paint_widget_new(void);
+Gtk::Container *sp_stroke_style_line_widget_new(void);
-#endif
+#endif // SEEN_DIALOGS_STROKE_STYLE_H
/*
Local Variables: