evdev: Used floating point instead of fixed point numbers

Following the API change in libinput, change the uses of fixed point
numbers to floating point numbers.

https://bugzilla.gnome.org/show_bug.cgi?id=731178
This commit is contained in:
Jonas Ådahl
2014-06-02 23:16:21 +02:00
committed by Emmanuele Bassi
parent 499f2e5831
commit 61929e26e1
3 changed files with 15 additions and 29 deletions

View File

@ -64,8 +64,6 @@ struct _ClutterInputDeviceEvdev
struct libinput_device *libinput_device;
ClutterSeatEvdev *seat;
li_fixed_t dx_frac;
li_fixed_t dy_frac;
};
GType _clutter_input_device_evdev_get_type (void) G_GNUC_CONST;