diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/smi_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_exa.c b/src/smi_exa.c index 09d1de5..d51c9e8 100644 --- a/src/smi_exa.c +++ b/src/smi_exa.c @@ -347,7 +347,7 @@ SMI_PrepareSolid(PixmapPtr pPixmap, int alu, Pixel planemask, Pixel fg) | SMI_BITBLT | SMI_START_ENGINE; - WaitQueue(8); + WaitQueue(9); /* Destination Window Width */ WRITE_DPR(pSmi, 0x3C, (dst_pitch << 16) | (dst_pitch & 0xFFFF)); |