xserver-multidpi/hw/xfree86/dri
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
..
dri.c Move each screen's root-window pointer into ScreenRec. 2010-06-03 14:03:23 -07:00
dri.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
drimodule.c Change xf86dristr.h includes to use xf86driproto.h instead 2009-09-16 12:06:07 +10:00
dristruct.h Notify DRI when crtc regions change 2008-11-24 13:24:35 -08:00
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08:00
sarea.h Changes for single-entity multi-screen DRI. 2007-04-16 17:31:40 +02:00
xf86dri.c Eliminate boilerplate around client->noClientException. 2010-05-13 17:14:07 -07:00