xserver-multidpi/hw/xquartz
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
..
bundle XQuartz: Detect FatalErrors on startup to prevent tight crash loops 2012-03-24 01:07:05 -07:00
GL XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
mach-startup XQuartz: Make sure we tell startx the correct server binary to use in our fallback path 2012-04-26 21:25:38 -07:00
man XQuartz: Add a scroll_in_device_direction preference 2011-07-19 20:00:27 -07:00
pbproxy XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
xpr Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
applewm.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
applewmExt.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
console_redirect.c XQuartz: Provide fls implementation for Tiger 2012-05-17 16:00:05 -07:00
console_redirect.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
darwin.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
darwin.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
darwinEvents.c XQuartz: darwinPointer now sends both absolute and relative motion 2012-04-23 20:20:42 -07:00
darwinEvents.h XQuartz: darwinPointer now sends both absolute and relative motion 2012-04-23 20:20:42 -07:00
darwinfb.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
darwinXinput.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
keysym2ucs.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
keysym2ucs.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
Makefile.am XQuartz: Redirect stdout/stderr to asl 2011-05-12 20:19:40 -07:00
pseudoramiX.c Remove unneccesary casts from WriteToClient calls 2012-07-09 19:12:56 -07:00
pseudoramiX.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartz.c XQuartz: Workaround an SDK bug on Leopard/x86_64 2012-05-17 16:00:05 -07:00
quartz.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzCocoa.m XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzCommon.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzKeyboard.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzKeyboard.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzRandR.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzRandR.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
quartzStartup.c XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
sanitizedCarbon.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
sanitizedCocoa.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
X11Application.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
X11Application.m XQuartz: Avoid a race in initialization of darwinPointer 2012-05-17 16:32:06 -07:00
X11Controller.h XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00
X11Controller.m XQuartz: Source formatting cleanup 2012-03-24 01:07:06 -07:00