xserver/dix
Peter Hutterer c64130c13b dix: fix a -Wshadow warning
dispatch.c: In function 'SetVendorString':
dispatch.c:481:29: warning: declaration of 'string' shadows a global declaration [-Wshadow]
 SetVendorString(const char *string)
                             ^
dispatch.c:135:21: warning: shadowed declaration is here [-Wshadow]
 typedef const char *string;

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
2014-02-05 15:10:27 +10:00
..
.gitignore
BuiltInAtoms
Makefile.am
Xserver-dtrace.h.in
Xserver.d
atom.c
buildatoms
colormap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
cursor.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
devices.c dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS 2014-02-04 11:38:00 +10:00
dispatch.c dix: fix a -Wshadow warning 2014-02-05 15:10:27 +10:00
dispatch.h
dixfonts.c On realloc failure, free font_path_string instead of leaking it 2014-01-29 15:22:19 -08:00
dixutils.c Clean up a few function prototypes to not place formals in /**/ 2014-01-12 10:24:12 -08:00
enterleave.c
enterleave.h
eventconvert.c
events.c Merge remote-tracking branch 'whot/for-keith' 2014-01-22 11:33:53 -08:00
extension.c Clean up warnings in DIX 2014-01-12 10:14:49 -08:00
ffs.c
gc.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
getevents.c dix: prevent a driver from initializing or submitting buttons > MAX_BUTTONS 2014-02-04 11:38:00 +10:00
globals.c Clean up warnings in DIX 2014-01-12 10:14:49 -08:00
glyphcurs.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
grabs.c Merge remote-tracking branch 'whot/for-keith' 2014-01-22 11:33:53 -08:00
initatoms.c
inpututils.c dix: fix button state check before changing a button mapping 2014-02-05 07:50:16 +10:00
main.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
pixmap.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
privates.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
property.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
protocol.txt Add RANDR 1.4 requests & events to dix/protocol.txt 2014-01-29 15:22:44 -08:00
ptrveloc.c
region.c
registry.c
resource.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
selection.c
stubmain.c
swaprep.c
swapreq.c
tables.c
touch.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
window.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00