xi2: fix thinko in variable type

https://bugzilla.gnome.org/show_bug.cgi?id=673644
This commit is contained in:
Cosimo Cecchi 2012-04-20 17:24:45 -04:00 committed by Matthias Clasen
parent 5a41b74c5c
commit 37149668c0

View File

@ -1062,7 +1062,7 @@ scroll_valuators_changed (GdkX11DeviceXI2 *device,
gdouble *dx,
gdouble *dy)
{
gdouble has_scroll_valuators = FALSE;
gboolean has_scroll_valuators = FALSE;
GdkScrollDirection direction;
guint n_axes, i, n_val;
gdouble *vals;