diff options
author | Alex Deucher <alex@botch2.com> | 2007-03-12 00:12:23 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-03-13 00:17:30 -0400 |
commit | 4b37b514907da4a567261569eaebcc5a35aff6db (patch) | |
tree | f39d7a364a4e33b653fb68f3e441c4900ea95826 /src/smi_exa.c | |
parent | 493c93de288437501fd898800bce45300379ebc3 (diff) |
fixup waitqueue slots
Diffstat (limited to 'src/smi_exa.c')
-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)); |