xserver-multidpi/hw
Cyril Brulebois 73fbc4a4a7 Replace SecurityLookupIDByClass() with dixLookupResourceByClass().
This patch has been prepared with the following Coccinelle semantic patch:

@@
expression a, b, c, d;
identifier r;
type t;
@@
-r = (t) SecurityLookupIDByClass(a, b, c, d);
+dixLookupResourceByClass((pointer*) &r, b, c, a, d);

The only occurrence not matching directly was processed after separating
declaration of pXinDraw and call to SecurityLookupIDByClass().

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
2010-12-07 18:42:45 +01:00
..
dmx Replace SecurityLookupIDByClass() with dixLookupResourceByClass(). 2010-12-07 18:42:45 +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