xserver-multidpi/hw/dmx/glxProxy
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
..
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 SecurityLookupIDByClass() with dixLookupResourceByClass(). 2010-12-07 18:42:45 +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 Replace LookupIDByType() with dixLookupResourceByType(), take 2. 2010-12-07 18:42:44 +01: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
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08: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