diff --git a/clutter/clutter-event.c b/clutter/clutter-event.c index 83c6a9065..e0650fc10 100644 --- a/clutter/clutter-event.c +++ b/clutter/clutter-event.c @@ -40,10 +40,10 @@ */ /* multiple button click detection */ -static guint32 button_click_time[2] = {0, 0}; -static guint32 button_number[2] = {0, -1}; -static gint button_x[2] = {0, 0}; -static gint button_y[2] = {0, 0};; +static guint32 button_click_time[2] = { 0, 0 }; +static guint32 button_number[2] = { -1, -1 }; +static gint button_x[2] = { 0, 0 }; +static gint button_y[2] = { 0, 0 }; /** * clutter_event_type: