xserver-multidpi/hw/xquartz/xpr
Keith Packard 2dc138922b Rename region macros to eliminate screen argument
This is a combination of a huge mechanical patch and a few small
fixups required to finish the job. They were reviewed separately, but
because the server does not build without both pieces, I've merged
them together at this time.

The mechanical changes were performed by running the included
'fix-region' script over the whole tree:

$ git ls-files | grep -v '^fix-' | xargs ./fix-region

And then, the white space errors in the resulting patch were fixed
using the provided fix-patch-whitespace script.

$ sh ./fix-patch-whitespace

Thanks to Jamey Sharp for the mighty fine sed-generating sed script.

The hand-done changes involve removing functions from dix/region.c
that duplicate inline functions in include/regionstr.h, along with
their declarations in regionstr.h, mi.h and mispans.h.

Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
2010-06-05 18:59:00 -07:00
..
appledri.c Set event sequence number in WriteEventsToClient instead of at callers. 2010-05-19 12:32:34 -07:00
appledri.h XQuartz: Add support for GLXPixmaps to the AppleDRI. 2009-02-16 21:42:45 -08:00
appledristr.h XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent) 2009-04-01 13:52:52 -07:00
dri.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
dri.h XQuartz: Add support for GLXPixmaps to the AppleDRI. 2009-02-16 21:42:45 -08:00
dristruct.h Merge branch 'master' into XACE-SELINUX 2007-12-13 18:38:25 -05:00
driWrap.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
driWrap.h XQuartz: Add driWrap.h that I missed in the last commit. 2009-02-16 21:42:54 -08:00
Makefile.am XQuartz: remove undefined XSERVER_CFLAGS variable 2010-03-15 08:24:02 -07:00
x-hash.c XQuartz: LP64 related casting fixes from Bob Murphy 2008-10-31 19:03:38 -07:00
x-hash.h XQuartz: Fix a bunch of compilation warnings about style 2009-09-27 23:31:35 -07:00
x-hook.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
x-hook.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
x-list.c x-list.c: null-returning function malloc() was called without checking 2010-05-02 15:27:29 -07:00
x-list.h Darwin: Flattened quartz into darwin, renamed darwin xquartz 2007-12-05 20:32:40 -08:00
xpr.h XQuartz: Transition from xEvent based mieq to InternalEvent 2009-09-27 23:31:07 -07:00
xprAppleWM.c XQuartz: Use applewmproto 1.4 updated headers. 2009-08-25 20:16:47 -07:00
xprCursor.c Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
xprEvent.c XQuartz: Transition from xEvent based mieq to InternalEvent 2009-09-27 23:31:07 -07:00
xprEvent.h XQuartz: Transition from xEvent based mieq to InternalEvent 2009-09-27 23:31:07 -07:00
xprFrame.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
xprScreen.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00