xserver-multidpi/composite
Jamey Sharp 80b5d3a326 Move each screen's screensaver data into ScreenRec.
Most references to the savedScreenInfo array already had the
corresponding screen pointer handy, which meant they usually looked like
"savedScreenInfo[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.

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:22 -07:00
..
compalloc.c composite: initialise pOldPixmap to NullPixmap at alloc time. 2010-06-02 21:01:09 -07:00
compext.c Return an appropriately-typed error from dixLookupResourceByType. 2010-05-19 12:32:48 -07:00
compinit.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
compint.h Update Sun license notices to current X.Org standard form 2009-12-16 17:11:35 -08:00
compositeext.h Export CompositeRegisterAlternateVisuals. 2009-04-27 13:29:40 -07:00
compoverlay.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
compwindow.c Move each screen's screensaver data into ScreenRec. 2010-06-03 14:03:22 -07:00
Makefile.am Export CompositeRegisterAlternateVisuals. 2009-04-27 13:29:40 -07:00