xi2: fix thinko in variable type
https://bugzilla.gnome.org/show_bug.cgi?id=673644
This commit is contained in:
committed by
Matthias Clasen
parent
5a41b74c5c
commit
37149668c0
@ -1062,7 +1062,7 @@ scroll_valuators_changed (GdkX11DeviceXI2 *device,
|
|||||||
gdouble *dx,
|
gdouble *dx,
|
||||||
gdouble *dy)
|
gdouble *dy)
|
||||||
{
|
{
|
||||||
gdouble has_scroll_valuators = FALSE;
|
gboolean has_scroll_valuators = FALSE;
|
||||||
GdkScrollDirection direction;
|
GdkScrollDirection direction;
|
||||||
guint n_axes, i, n_val;
|
guint n_axes, i, n_val;
|
||||||
gdouble *vals;
|
gdouble *vals;
|
||||||
|
|||||||
Reference in New Issue
Block a user