Displaying 2 results from an estimated 2 matches for "addenableddevice".
2016 Sep 30
1
[ANNOUNCE] xf86-input-libinput 0.20.0
...the use of input_lock() instead of the old SIGIO stuff
to handle the input thread in server 1.19.
This version now supports tablet pads and exposes properties for changing
the tap button mapping and the rotation.
Eric Engestrom (1):
man: fix a couple typos
Keith Packard (2):
Use xf86AddEnabledDevice instead of AddEnabledDevice when threaded [v3]
Initializing strip association with wrong index
Michel Dänzer (1):
Fix --with-xorg-conf-dir default value
Peter Hutterer (19):
Fix potential use of uninitialized values
Discard buttons >= 256
Add tablet pad support...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...s
XQuartz: Update copyright years
XQuartz: Fix default CFBundleVersion
XQuartz: Fix the issue where the h key could be come "stuck" after hiding XQuartz with cmd-h
XQuartz: Cleanup CPPFLAGS that are no longer necessary on darwin
Xquartz: Update for removal of AddEnabledDevice and RemoveEnabledDevice
Xext/shm: Fix usage of F_GETFD to match standard
os/inputthread: Fix setting of cloexec on file descriptors
dix/dispatch: Fix SmartScheduleClient interval adjustment to use best rather than pClient
Jon TURNEY (1):
Fix build on Cygwin by ensuring WIN3...