X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fview-box.h;h=47782a40f0eb31b3862605df06b8c7524027a2da;hb=refs%2Fheads%2Fupstream;hp=81448b9dccd31a44a316f180328a5c91a101ce32;hpb=8e4c50283c4f353b18c68474f91209b8bd050557;p=glabels diff --git a/src/view-box.h b/src/view-box.h index 81448b9d..47782a40 100644 --- a/src/view-box.h +++ b/src/view-box.h @@ -32,17 +32,19 @@ G_BEGIN_DECLS GdkCursor *gl_view_box_get_create_cursor (void); /* Object creation handlers. */ -void gl_view_box_create_button_press_event (glView *view, - gdouble x, - gdouble y); - -void gl_view_box_create_motion_event (glView *view, - gdouble x, - gdouble y); - -void gl_view_box_create_button_release_event (glView *view, - gdouble x, - gdouble y); +void gl_view_box_create_button_press_event (glView *view, + gdouble x, + gdouble y); + +void gl_view_box_create_motion_event (glView *view, + gdouble x, + gdouble y, + gboolean square); + +void gl_view_box_create_button_release_event (glView *view, + gdouble x, + gdouble y, + gboolean square); G_END_DECLS