xserver-multidpi/randr
Jamey Sharp e7fae9ecc4 Move each screen's root-window pointer into ScreenRec.
Many references to the WindowTable array already had the corresponding
screen pointer handy, which meant they usually looked like
"WindowTable[pScreen->myNum]". Adding a field to ScreenRec instead of
keeping this information in a parallel array simplifies those
expressions, and eliminates a MAXSCREENS-sized array.

Since dix uses this data, a screen private entry isn't appropriate.

xf86-video-dummy currently uses WindowTable, so it needs to be updated
to reflect this change.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Tested-by: Tiago Vignatti <tiago.vignatti@nokia.com> (i686 GNU/Linux)
2010-06-03 14:03:23 -07:00
..
Makefile.am Export rrtransform.h as needed by randrstr.h 2008-11-24 13:24:41 -08:00
mirandr.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
randr.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
randrstr.h Add typed resource-lookup errors for non-core resource types. 2010-05-19 12:32:48 -07:00
rrcrtc.c Add typed resource-lookup errors for non-core resource types. 2010-05-19 12:32:48 -07:00
rrdispatch.c Eliminate boilerplate around client->noClientException. 2010-05-13 17:14:07 -07:00
rrinfo.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
rrmode.c Add typed resource-lookup errors for non-core resource types. 2010-05-19 12:32:48 -07:00
rroutput.c Add typed resource-lookup errors for non-core resource types. 2010-05-19 12:32:48 -07:00
rrpointer.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
rrproperty.c Set event sequence number in WriteEventsToClient instead of at callers. 2010-05-19 12:32:34 -07:00
rrscreen.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00
rrsdispatch.c randr: switch to byte counting functions 2009-07-14 10:14:01 +10:00
rrtransform.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
rrtransform.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
rrxinerama.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00