diff options
author | Alex Deucher <alex@botch2.com> | 2007-03-11 16:22:05 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-03-13 00:17:30 -0400 |
commit | c1d6373624428c8c52e4d1d295b1d77ed75391a0 (patch) | |
tree | 81332ef8b68cb5aed5c4cbc8412171ad1f79d6b4 /src | |
parent | 9db380c99decdb9ab7fbf481788a5b63a84cd6e0 (diff) |
engine likes to use blit command for solid fills
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); |