xserver/hw/dmx/glxProxy
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
..
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08:00
compsize.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
g_disptab.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_disptab.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_renderswap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
global.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
glxcmds.c Replace LookupIDByType() with dixLookupResourceByType(), take 1. 2010-12-07 18:42:44 +01:00
glxcmdsswap.c Fix screen number checks. 2010-12-01 10:33:57 -08:00
glxcontext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdrawable.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxerror.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxext.c Remove more superfluous if(p) checks around free(p). 2010-11-11 08:28:50 +10:00
glxext.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxfbconfig.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
glxfbconfig.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxscreens.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxscreens.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxserver.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxsingle.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxsingle.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxswap.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
glxswap.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
glxutil.c dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxutil.h dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxvendor.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxvendor.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxvisuals.c dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxvisuals.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
render2swap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
renderpixswap.c dmx: Delete unused local variables. 2010-05-26 11:16:51 -07:00
unpack.h dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00