Correctly initialise the multiple clicks variables

This commit is contained in:
Emmanuele Bassi 2007-08-21 15:48:44 +00:00
parent 9d61c5c856
commit 59f4df5dfd

View File

@ -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: