Files
xserver/dix
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
..
2007-11-15 17:01:33 -05:00
2003-11-14 16:49:22 +00:00
2003-11-14 15:54:54 +00:00
2008-01-03 17:04:54 +10:30
2008-10-07 10:36:12 -04:00
2008-10-06 14:19:30 -04:00
2008-01-03 17:04:54 +10:30
2007-11-05 14:34:43 +00:00