aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index fd8650edad..42e4c1cd7a 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -2016,10 +2016,10 @@ e_calendar_view_emit_user_created (ECalendarView *cal_view)
void
draw_curved_rectangle (cairo_t *cr, double x0, double y0,
- double rect_width, double rect_height,
- double radius)
+ gdouble rect_width, double rect_height,
+ gdouble radius)
{
- double x1, y1;
+ gdouble x1, y1;
x1 = x0 + rect_width;
y1 = y0 + rect_height;