xserver-multidpi/Xext
Alan Coopersmith 789d64e19a Remove unneccesary casts from WriteToClient calls
Casting return to (void) was used to tell lint that you intended
to ignore the return value, so it didn't warn you about it.

Casting the third argument to (char *) was used as the most generic
pointer type in the days before compilers supported C89 (void *)
(except for a couple places it's used for byte-sized pointer math).

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Daniel Stone <daniel@fooishbar.org>
2012-07-09 19:12:56 -07:00
..
bigreq.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
dpms.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
dpmsproc.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dpmsstubs.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
geext.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
geext.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
geint.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
hashtable.c Xext: include dix-config.h 2012-05-24 15:52:38 +10:00
hashtable.h Xext: add a generic hashtable implementation 2012-04-18 12:49:06 +03:00
Makefile.am Xext: add a generic hashtable implementation 2012-04-18 12:49:06 +03:00
panoramiX.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
panoramiX.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
panoramiXh.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
panoramiXprocs.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
panoramiXsrv.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
panoramiXSwap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
saver.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
security.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
securitysrv.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
shape.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
shm.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
shmint.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sleepuntil.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sleepuntil.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sync.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
syncsdk.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
syncsrv.h Xext: Add per-device SyncCounters 2012-03-22 13:12:56 +10:00
xace.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xace.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xacestr.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xcmisc.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xf86bigfont.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xf86bigfontsrv.h New header for XF86Bigfont server functions 2010-03-22 00:48:04 -05:00
xres.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xselinux_ext.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xselinux_hooks.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xselinux_label.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xselinux.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xselinuxint.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xtest.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xvdisp.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xvdisp.h Fix swapped Xv dispatch under Xinerama. 2007-12-02 14:15:36 -05:00
xvdix.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
xvmain.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
xvmc.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
xvmcext.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00