X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fview-ellipse.h;fp=src%2Fview-ellipse.h;h=4c8ed7b0e6aa023f6e0404714705255515e0f76b;hb=38d44627bd551b2f3855ee44d2d1e3f03f30e2ce;hp=a75afd63def413e3ed4d7ba1ee431db4dae5bf90;hpb=80f8b7f229a635ac0bdcbe81cc260ab37a55d32e;p=glabels diff --git a/src/view-ellipse.h b/src/view-ellipse.h index a75afd63..4c8ed7b0 100644 --- a/src/view-ellipse.h +++ b/src/view-ellipse.h @@ -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