diff options
Diffstat (limited to 'tests/testellipsise.c')
-rw-r--r-- | tests/testellipsise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testellipsise.c b/tests/testellipsise.c index 70f5be1385..07090289db 100644 --- a/tests/testellipsise.c +++ b/tests/testellipsise.c @@ -48,7 +48,7 @@ overlay_draw (GtkDrawingArea *da, GtkAllocation label_allocation; GtkRequisition minimum_size, natural_size; GtkWidget *label = data; - gint x, y; + double x, y; cairo_translate (cr, -0.5, -0.5); cairo_set_line_width (cr, 1); |