xserver/hw/xfree86/dixmods/extmod
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 Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
dgaproc.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
modinit.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
modinit.h Death to Multibuffer extension 2010-04-21 18:06:35 +03:00
xf86dga2.c Return an appropriately-typed error from dixLookupResourceByType. 2010-05-19 12:32:48 -07:00
xf86dgaext.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86vmode.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00
xvmod.c xfree86: ANSI cleanups 2009-01-11 08:54:11 +01:00
xvmodproc.h devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00