xserver-multidpi/hw/xquartz/xpr
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
..
appledri.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
appledri.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
appledristr.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
dri.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
dri.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
dristruct.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
driWrap.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
driWrap.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
Makefile.am XQuartz: remove undefined XSERVER_CFLAGS variable 2010-03-15 08:24:02 -07:00
x-hash.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-hash.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-hook.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-hook.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-list.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
x-list.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xpr.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprAppleWM.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprCursor.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprEvent.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprEvent.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xprFrame.c XQuartz: Fix a deadlock in pre-dispatch code 2012-04-23 20:20:41 -07:00
xprScreen.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00