xserver-multidpi/composite
Eric Anholt bfbb40c28c Major improvements to Composite wrapper. Several issues remain, but it now
appears stable in limited testing.
- Allocate the picture private, avoiding segfault.
- Wrap PaintWindow to draw the background/border to the backing pixmap
    (based on Deron Johnson's comptran.c).
- Set the x_off/y_off returns to translate coordinates properly.
- Don't bother allocating temporary areas for the modified coordinates.
    Layers above are responsible for handling lower layers changing the
    arguments, so cw doesn't have to worry about it. mibstore.c has to do
    the allocation because it calls down twice (front buffer and backing
    store). (Suggested by keithp)
- Handle the mode argument to PolyPoint, Polylines, and FillPolygon.
- Remove some dead elements in the cw privates.
- Kill a prototype warning in compinit.c by adding the cw.h header.
2004-08-03 05:49:48 +00:00
..
compalloc.c Integrate COMPOSITEWRAP branch including composite wrapper. This code still 2004-07-31 08:24:14 +00:00
compext.c Integrate COMPOSITEWRAP branch including composite wrapper. This code still 2004-07-31 08:24:14 +00:00
compinit.c Major improvements to Composite wrapper. Several issues remain, but it now 2004-08-03 05:49:48 +00:00
compint.h Integrate COMPOSITEWRAP branch including composite wrapper. This code still 2004-07-31 08:24:14 +00:00
compwindow.c Integrate COMPOSITEWRAP branch including composite wrapper. This code still 2004-07-31 08:24:14 +00:00