xserver/hw/dmx/input
Alan Coopersmith bd563fd48f dmx: more unshadowing of variables
Gets rid of gcc 4.8 warnings:

dmxinputinit.c: In function ‘dmxInputScanForExtensions’:
dmxinputinit.c:877:14: warning: declaration of ‘display’ shadows a global declaration [-Wshadow]
     Display *display;
              ^
In file included from ../../../include/windowstr.h:60:0,
                 from dmxinputinit.c:72:
../../../include/opaque.h:52:30: warning: shadowed declaration is here [-Wshadow]
 extern _X_EXPORT const char *display;
                              ^

glxcmds.c: In function ‘__glXCreatePbuffer’:
glxcmds.c:3397:21: warning: declaration of ‘pc’ shadows a parameter [-Wshadow]
             CARD32 *pc = (CARD32 *) (be_req + 1);
                     ^
glxcmds.c:3314:52: warning: shadowed declaration is here [-Wshadow]
 __glXCreatePbuffer(__GLXclientState * cl, GLbyte * pc)
                                                    ^

glxscreens.c: In function ‘CalcServerVersionAndExtensions’:
glxscreens.c:139:35: warning: declaration of ‘req’ shadows a previous local [-Wshadow]
         xGLXQueryServerStringReq *req;
                                   ^
glxscreens.c:68:26: warning: shadowed declaration is here [-Wshadow]
     xGLXQueryVersionReq *req;
                          ^
glxscreens.c:140:36: warning: declaration of ‘reply’ shadows a previous local [-Wshadow]
         xGLXQueryServerStringReply reply;
                                    ^
glxscreens.c:69:27: warning: shadowed declaration is here [-Wshadow]
     xGLXQueryVersionReply reply;
                           ^

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:44 -08:00
..
ChkNotMaskEv.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
ChkNotMaskEv.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am dmx: purge DMX EQ leftovers 2009-09-13 10:30:17 +10:00
atKeynames.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxarg.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxarg.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxbackend.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxbackend.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxcommon.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxcommon.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxconsole.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxconsole.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxdetach.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxdummy.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxdummy.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxevents.c Bunch of DMX warning fixes 2014-01-12 10:14:49 -08:00
dmxevents.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxinputinit.c dmx: more unshadowing of variables 2015-02-10 18:14:44 -08:00
dmxinputinit.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
dmxmap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxmap.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxmotion.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxmotion.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxsigio.c Drop custom sigio block/unblock functions from kdrive, ephyr and dmx 2012-07-03 15:56:35 +10:00
dmxsigio.h Drop custom sigio block/unblock functions from kdrive, ephyr and dmx 2012-07-03 15:56:35 +10:00
dmxxinput.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx-keyboard.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
lnx-keyboard.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
lnx-ms.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
lnx-ms.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
lnx-ps2.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
lnx-ps2.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
usb-common.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
usb-common.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
usb-keyboard.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-keyboard.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-mouse.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-mouse.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-other.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-other.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
usb-private.h dmx: provide enough space for axis mappings 2013-09-25 03:52:54 +10:00