xserver-multidpi/hw/dmx/glxProxy
Alan Coopersmith 9682c47e22 dmx: Mark glxIsExtensionSupported as a const char *
Gets rid of 9 instances of gcc 4.8 warning:

glxcmds.c: In function ‘CreateContext’:
glxcmds.c:378:13: warning: passing argument 1 of ‘glxIsExtensionSupported’
 discards ‘const’ qualifier from pointer target type [enabled by default]
             else if (glxIsExtensionSupported("GLX_SGIX_fbconfig")) {
             ^
In file included from glxserver.h:49:0,
                 from glxcmds.c:41:
glxscreens.h:53:12: note: expected ‘char *’ but argument is of type
 ‘const char *’
 extern int glxIsExtensionSupported(char *ext);

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
2015-02-10 18:14:45 -08:00
..
compsize.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
compsize.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
g_disptab.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
g_disptab.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
g_renderswap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
global.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxcmds.c dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxcmds.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxcmdsswap.c dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxcontext.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxdrawable.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxerror.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxext.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
glxext.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxfbconfig.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxfbconfig.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxscreens.c dmx: Mark glxIsExtensionSupported as a const char * 2015-02-10 18:14:45 -08:00
glxscreens.h dmx: Mark glxIsExtensionSupported as a const char * 2015-02-10 18:14:45 -08:00
glxserver.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxsingle.c dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxsingle.h dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxswap.c dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxswap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxutil.h dmx/glx: Remove unused __glXNop 2013-09-11 14:37:31 -04:00
glxvendor.c dmx: glxproxy prototype cleanup 2015-02-10 18:14:44 -08:00
glxvendor.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxvisuals.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glxvisuals.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am dmx/glx: Remove unused __glXNop 2013-09-11 14:37:31 -04:00
render2swap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
renderpixswap.c Fix formatting of address operators 2012-12-05 18:09:48 -06:00
unpack.h Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00