xserver-multidpi/hw
Jamey Sharp a83cff9f4d Move each screen's x/y origin into ScreenRec.
Many references to the dixScreenOrigins array already had the
corresponding screen pointer handy, which meant they usually looked like
"dixScreenOrigins[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 declared the dixScreenOrigins array, I figure allocating a
screen private for these values is overkill.

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
..
dmx Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
kdrive Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
vfb vfb: Remove dead variable and header file 2010-05-21 12:49:46 -07:00
xfree86 Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
xnest Only deal with input code when changing the input shape. 2010-06-02 21:11:31 -07:00
xquartz Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
xwin Move each screen's x/y origin into ScreenRec. 2010-06-03 14:03:23 -07:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00