xserver-multidpi/render
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
..
animcur.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
filter.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
glyph.c dix: introduce gpu screens. (v5) 2012-07-06 10:35:13 +01:00
glyphstr.h render: add GetGlyphPicture accessor. 2012-05-21 12:59:20 +01:00
Makefile.am render: Delete renderedge.[ch] 2010-11-01 22:54:18 -04:00
matrix.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
miindex.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mipict.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mirect.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitrap.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
mitri.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picture.c Add screen-specific privates. 2012-07-05 13:39:50 -07:00
picture.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
picturestr.h dix/render: consolidate window format matching code. 2012-06-28 10:43:35 -07:00
render.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00