Go to file
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
composite Switching from Automatic to Manual redirect needs to unmap/remap 2008-09-19 20:58:32 -07:00
config config: print error code if NIDR fails. 2008-09-26 09:33:39 +09:30
damageext Unifdef ISC 2008-10-02 17:03:54 -04:00
dbe xalloc+bzero -> xcalloc 2008-10-06 14:19:30 -04:00
dix dix: fix endianess issue in AddInputDevice. #18111 2008-10-23 17:39:07 +10:30
doc Document zap/-retro interaction more. 2008-10-07 20:40:15 -04:00
exa exa: Add exaDrawableIsOffscreen() to the driver API. 2008-10-21 13:11:16 -04:00
fb Partially reverts commit 505c216d03. 2008-10-03 11:24:34 -07:00
glx Bug #18159: Spell "anisotropic" correctly 2008-10-21 16:00:32 -04:00
hw xfree86: AllowEmptyInput is true by default - update the xf86Info defaults. 2008-10-22 17:19:37 +10:30
include Add backtrace definitions to dix-config.h.in 2008-10-14 13:00:50 -04:00
mi mieq: Backtrace when the queue overflows. 2008-10-10 16:33:57 -04:00
miext XQuartz: Some motion made towards supporting fullscreen. 2008-10-08 18:45:17 -07:00
os Close well known connections in ServerAbort() 2008-10-21 22:36:21 +02:00
randr RANDR: Fix output property event delivery. 2008-10-16 14:28:14 -04:00
record Drop the never-called SkippedRequestCallback list. 2008-10-03 17:51:19 -04:00
render Build fix. 2008-10-06 18:47:06 -04:00
Xext xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
xfixes Unifdef ISC 2008-10-02 17:03:54 -04:00
Xi Xi: check all handlers before applying property changes. 2008-10-13 13:50:40 +10:30
xkb xkb: squash canonical types into explicit ones on core reconstruction. 2008-09-26 09:33:39 +09:30
.gitignore Add cscope files to .gitignore 2008-09-05 06:10:37 -07:00
acinclude.m4 Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version 2008-04-16 18:38:38 -07:00
autogen.sh autogen.sh: Pass --force to autoreconf 2008-07-22 16:55:26 +03:00
configure.ac XQuartz: Require applewmproto-1.1.1 2008-10-21 09:32:09 -07:00
COPYING Revert "Update COPYING for SHA1 code" 2008-09-23 09:21:37 -07:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am XTrap delenda est. 2008-06-25 09:52:36 -04:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Include pciaccess in the xorg-server.pc Requires line. 2008-04-15 14:51:51 -07:00