summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/mfb
diff options
context:
space:
mode:
authorrob <empty>1993-12-29 15:12:09 +0000
committerrob <empty>1993-12-29 15:12:09 +0000
commit06998d7656d7fa8f773fbeeb70b26c572f7dc18a (patch)
treeab4b33696d95814d6e045acf8fa29abb76536527 /xc/programs/Xserver/mfb
parenta8de82f7d1761593c71f866a707f348ab436c499 (diff)
MTX comment
Diffstat (limited to 'xc/programs/Xserver/mfb')
-rw-r--r--xc/programs/Xserver/mfb/mfbimggblt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/programs/Xserver/mfb/mfbimggblt.c b/xc/programs/Xserver/mfb/mfbimggblt.c
index 173dbc2cf..e5fd4dc41 100644
--- a/xc/programs/Xserver/mfb/mfbimggblt.c
+++ b/xc/programs/Xserver/mfb/mfbimggblt.c
@@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XConsortium: mfbimggblt.c,v 5.10 93/09/13 09:32:09 dpw Exp $ */
+/* $XConsortium: mfbimggblt.c,v 5.11 93/12/29 12:30:57 rob Exp $ */
#include "X.h"
#include "Xmd.h"
#include "Xproto.h"
@@ -174,6 +174,10 @@ MFBIMAGEGLYPHBLT(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase)
mfbPolyFillRect(pDrawable, pGC, 1, &backrect);
((mfbPrivGC *)(pGC->devPrivates[mfbGCPrivateIndex].ptr))->FillArea = oldFillArea;
+ /* MTX: the R5 MTX code moved the code replaced by the call
+ * to the macro mfbGetPixelWidthAndPointer above, to here
+ */
+
/* the faint-hearted can open their eyes now */
switch ((*pGC->pScreen->RectIn)(
((mfbPrivGC *)(pGC->devPrivates[mfbGCPrivateIndex].ptr))->pCompositeClip, &bbox))