Displaying 2 results from an estimated 2 matches for "read_input".
Did you mean:
load_input
2016 Oct 19
0
[ANNOUNCE] xf86-input-libinput 0.22.0
...he first one fixes the new tap button map option handling. It
had a copy-paste error and was instead disabling the device (when set via the xorg.conf option).
Second, when the first device was removed (and subsequently freed by the
server) the input thread would continue to call that device's read_input()
func, eventually causing a crash.
Peter Hutterer (5):
Fix tap button map option handling
Swap the registered input device on DEVICE_OFF when needed
xf86-input-libinput 0.21.0
Wrap the input_lock calls into ifdefs
xf86-input-libinput 0.22.0
git tag: xf86-input-libin...
2013 Aug 30
0
Wine release 1.7.1
...ichael Stefaniuc (5):
gdi32/tests: Use the standard way of allocating a struct with VLA on the stack.
gdi32/tests: Use offsetof instead of sizeof on structs with VLA.
gdi32/tests: Replace FIELD_OFFSET with offsetof for the sake of consistency.
winedbg: Fix the return type of read_input(); it is never negative.
windowscodecs: Silence a warning due to an API change in libpng 1.5.
Nikolay Sivov (43):
ntdll: Support optional 'versioned' attribute for windowClass sections.
ntdll: Implement compatible section for dll redirects.
shell32: Forward to IShel...