xserver/composite
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 Export CompositeRegisterAlternateVisuals. 2009-04-27 13:29:40 -07:00
compalloc.c dix/render: consolidate window format matching code. 2012-06-28 10:43:35 -07:00
compext.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
compinit.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
compint.h dix/render: consolidate window format matching code. 2012-06-28 10:43:35 -07:00
compositeext.h Export CompositeClientWindowType 2012-04-19 15:34:32 -05:00
compoverlay.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
compwindow.c dix/render: consolidate window format matching code. 2012-06-28 10:43:35 -07:00