diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-25 07:12:21 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-25 07:12:21 +0000 |
commit | a57e85b52357f15f52e81c8d9b310a76e0c62b3f (patch) | |
tree | c6d5c730d0bafd5a6254a25cf2911736b3c2e302 /mi | |
parent | e0cc4871491ab7a8c52749ff2c077d8f11516b15 (diff) |
Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1664 - RFE: Add
support for the DOUBLE-BUFFER extension to the Xprint server and DDX.
Additionally a "pixmap-scrubber" optimisation is added to the
PostScript DDX to remove all content from a vector pixmap when a
|PolyFillRect()| call covers the whole pixmap surface with a solid fill
(this avoids that a backbuffer vector pixmap gets constantly filled
even when the content is not visible anymore after |XdbeSwapBuffers()|
has cleared the hidden buffer with the background color).
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index 4729f9c01..8ba3a63db 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.12 2004/08/12 08:45:33 anholt Exp $ */ +/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.13 2004/09/14 00:51:25 gisburn Exp $ */ /* $XFree86: xc/programs/Xserver/mi/miinitext.c,v 3.67 2003/01/12 02:44:27 dawes Exp $ */ /*********************************************************** @@ -74,7 +74,6 @@ SOFTWARE. #undef SCREENSAVER #undef XIDLE #undef XRECORD -#undef DBE #undef XF86VIDMODE #undef XF86MISC #undef XFreeXDGA |