Displaying 2 results from an estimated 2 matches for "sizeclassinfo".
2016 Oct 25
0
[ANNOUNCE] libXi 1.7.8
This release fixes a crash introduced in the 1.7.7 release. If a device has
no classes, a wrong error was returned, eventually causing some applications
to crash. This is fixed now.
Niels Ole Salscheider (1):
SizeClassInfo can return 0 even without an error
Peter Hutterer (2):
XListInputDevices: don't touch ndevices in case of error
libXi 1.7.8
git tag: libXi-1.7.8
http://xorg.freedesktop.org/archive/individual/lib/libXi-1.7.8.tar.bz2
MD5: 94afc83e553d3c38a153f8f60301fd62 libXi-1.7.8.tar.bz2
SHA1...
2009 Jul 13
0
[ANNOUNCE] libXi 1.2.99.2
...archyEvent.
Add support for Raw events.
Remove if 0 code block
Add support for XI2 Enter/Leave events
Handle XI2 focus events.
man: note that XListInputDevices does not list other MDs.
Add XISetDeviceFocus and XIGetDeviceFocus
Remove public declarations for SizeClassInfo and ParseClassInfo.
XIint.h only needs XI.h as include, not the rest.
parse subpixels
Add XIGrabDevice
Add XIAllowEvents
Add a bunch of missing LockDisplay() calls.
Add missing eventtype to XIRawDeviceEvent.
XIQueryVersion: ensure we unlock in all cases and...