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 947714c..2f13983 100644 --- a/src/smi_exa.c +++ b/src/smi_exa.c @@ -338,7 +338,7 @@ SMI_PrepareSolid(PixmapPtr pPixmap, int alu, Pixel planemask, Pixel fg) dst_offset = exaGetPixmapOffset(pPixmap) >> 3; pSmi->AccelCmd = SMI_SolidRop[alu] - | SMI_RECT_FILL /* SMI_BITBLT */ + | SMI_BITBLT | SMI_START_ENGINE; WaitQueue(1); |