mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
Correctly initialise the multiple clicks variables
This commit is contained in:
parent
9d61c5c856
commit
59f4df5dfd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user