Re: [PATCH weston] libinput-device: Don't get initial key states

2014-09-12 Thread Pekka Paalanen
On Thu, 11 Sep 2014 23:35:58 +0200 Jonas Ådahl wrote: > Initial key state is no pressed keys, and the libinput_device_get_keys > function was deprecated in libinput 0.6.0. > > Signed-off-by: Jonas Ådahl > --- > > Requires libinput 0.6.0, and assumes the previous posted patch that > updates the

[PATCH weston] libinput-device: Don't get initial key states

2014-09-11 Thread Jonas Ådahl
Initial key state is no pressed keys, and the libinput_device_get_keys function was deprecated in libinput 0.6.0. Signed-off-by: Jonas Ådahl --- Requires libinput 0.6.0, and assumes the previous posted patch that updates the configure.ac requirement to 0.6.0 has been applied. src/libinput-devi