xserver-multidpi/randr
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
..
Makefile.am randr: add provider object and provider property support (v6) 2012-07-06 22:16:02 +01:00
randr.c dix/randr: add a hook into screen to replace scanout pixmap 2012-07-07 10:39:09 +01:00
randrstr.h dix/randr: add a hook into screen to replace scanout pixmap 2012-07-07 10:39:09 +01:00
rrcrtc.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rrdispatch.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rrinfo.c randr: Clean up compiler warnings about unused and shadowing variables 2012-06-21 18:42:46 -07:00
rrmode.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rroutput.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rrpointer.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
rrproperty.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rrprovider.c randr: add hooks for offload sink provider protocol 2012-07-07 10:37:45 +01:00
rrproviderproperty.c randr: add provider object and provider property support (v6) 2012-07-06 22:16:02 +01:00
rrscreen.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
rrsdispatch.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
rrtransform.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
rrtransform.h randr: Remove redundant declaration. 2012-05-14 13:16:54 +01:00
rrxinerama.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00