xserver-multidpi/hw
Cyril Brulebois ac04c1377a Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1.
This patch has been prepared with the following Coccinelle semantic patch:

@@
expression a, b, c, d;
identifier r;
@@
-r = SecurityLookupIDByType(a, b, c, d);
+dixLookupResourceByType((pointer*) &r, b, c, a, d);

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2010-12-07 18:42:44 +01:00
..
dmx Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1. 2010-12-07 18:42:44 +01:00
kdrive Fix screen number checks. 2010-12-01 10:33:57 -08:00
vfb dix: Remove the backing store leftovers 2010-11-30 13:46:08 -05:00
xfree86 Enable silent rules for cat and echo. 2010-12-07 18:42:44 +01:00
xnest dix: Remove the backing store leftovers 2010-11-30 13:46:08 -05:00
xquartz XQuartz: RandR: Fix mode changing for multi-monitor configurations. 2010-12-03 17:30:53 -08:00
xwin dix: Remove the backing store leftovers 2010-11-30 13:46:08 -05:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00