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

@@
expression x, y;
type t;
identifier r;
@@
-r = (t) LookupIDByType(x, y);
+dixLookupResourceByType((pointer*)&r, x, y, NullClient, DixUnknownAccess);

@@
expression x, y;
type t;
identifier r;
@@
-t r = (t) LookupIDByType(x, y);
+t r;
+dixLookupResourceByType((pointer*)&r, x, y, NullClient, DixUnknownAccess);

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 LookupIDByType() 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 Bump extension ABI to 5 2010-12-06 20:43:15 -08: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