Peter Hutterer 98f01c2abe dix: fix endianess issue in AddInputDevice. #18111
dev->enabled is a Bool. Bool is two bytes.
BOOL on the other hand is a protocol type and always 1 byte. So copy the value
into the one-byte type before passing it into XIChangeDeviceProperty.

Found by Michel Dänzer.

X.Org Bug 18111 <http://bugs.freedesktop.org/show_bug.cgi?id=18111>
2008-10-23 17:39:07 +10:30
2008-10-02 17:03:54 -04:00
2008-10-06 14:19:30 -04:00
2008-10-07 20:40:15 -04:00
2008-10-03 11:24:34 -07:00
2008-10-06 18:47:06 -04:00
2008-10-06 15:36:51 -04:00
2008-10-02 17:03:54 -04:00
2008-09-05 06:10:37 -07:00
2008-09-23 09:21:37 -07:00
2008-06-25 09:52:36 -04:00
Description
Truly free fork of the XOrg project.
94 MiB
Languages
C 96.4%
Roff 1.1%
Objective-C 1%
Meson 0.9%
Shell 0.2%
Other 0.2%