diff options
Diffstat (limited to 'examples/drawing.c')
-rw-r--r-- | examples/drawing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/drawing.c b/examples/drawing.c index 4986f69539..9bc05e5fdb 100644 --- a/examples/drawing.c +++ b/examples/drawing.c @@ -59,8 +59,8 @@ draw_cb (GtkDrawingArea *drawing_area, /* Draw a rectangle on the surface at the given position */ static void draw_brush (GtkWidget *widget, - gdouble x, - gdouble y) + double x, + double y) { cairo_t *cr; |