summaryrefslogtreecommitdiffstats
path: root/src/star-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/star-context.h')
-rw-r--r--src/star-context.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/star-context.h b/src/star-context.h
index 6db29ec42..024bf8d74 100644
--- a/src/star-context.h
+++ b/src/star-context.h
@@ -28,27 +28,27 @@ class SPStarContext;
class SPStarContextClass;
struct SPStarContext : public SPEventContext {
- SPItem *item;
- Geom::Point center;
-
- /* Number of corners */
- gint magnitude;
- /* Outer/inner radius ratio */
- gdouble proportion;
- /* flat sides or not? */
- bool isflatsided;
- /* rounded corners ratio */
- gdouble rounded;
- // randomization
- gdouble randomized;
+ SPItem *item;
+ Geom::Point center;
+
+ /* Number of corners */
+ gint magnitude;
+ /* Outer/inner radius ratio */
+ gdouble proportion;
+ /* flat sides or not? */
+ bool isflatsided;
+ /* rounded corners ratio */
+ gdouble rounded;
+ // randomization
+ gdouble randomized;
sigc::connection sel_changed_connection;
- Inkscape::MessageContext *_message_context;
+ Inkscape::MessageContext *_message_context;
};
struct SPStarContextClass {
- SPEventContextClass parent_class;
+ SPEventContextClass parent_class;
};
GtkType sp_star_context_get_type (void);