]> Pileus Git - ~andy/gtk/commitdiff
xi2: fix thinko in variable type
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 20 Apr 2012 21:24:45 +0000 (17:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Apr 2012 17:01:08 +0000 (13:01 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=673644

gdk/x11/gdkdevicemanager-xi2.c

index 6a08dd5b44a731232fe9c1e5a93efe29b825625b..a34bd0952d1c36bcd62307192c2b1e2d7f72dfdc 100644 (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;