]> git.sur5r.net Git - glabels/blobdiff - src/view-ellipse.h
Imported Upstream version 3.4.0
[glabels] / src / view-ellipse.h
index a75afd63def413e3ed4d7ba1ee431db4dae5bf90..4c8ed7b0e6aa023f6e0404714705255515e0f76b 100644 (file)
@@ -31,17 +31,19 @@ G_BEGIN_DECLS
 GdkCursor *gl_view_ellipse_get_create_cursor           (void);
 
 /* Object creation handlers. */
-void       gl_view_ellipse_create_button_press_event   (glView *view,
-                                                        gdouble x,
-                                                        gdouble y);
-
-void       gl_view_ellipse_create_motion_event         (glView *view,
-                                                        gdouble x,
-                                                        gdouble y);
-
-void       gl_view_ellipse_create_button_release_event (glView *view,
-                                                        gdouble x,
-                                                        gdouble y);
+void       gl_view_ellipse_create_button_press_event   (glView  *view,
+                                                        gdouble  x,
+                                                        gdouble  y);
+
+void       gl_view_ellipse_create_motion_event         (glView  *view,
+                                                        gdouble  x,
+                                                        gdouble  y,
+                                                        gboolean circle);
+
+void       gl_view_ellipse_create_button_release_event (glView  *view,
+                                                        gdouble  x,
+                                                        gdouble  y,
+                                                        gboolean circle);
 
 
 G_END_DECLS