st/xorg: Don't always fall back for solid fills.

This commit is contained in:
Michel Dänzer 2009-08-31 18:41:53 +02:00
parent 1b1673fa63
commit 366efd8c4b
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ ExaPrepareSolid(PixmapPtr pPixmap, int alu, Pixel planeMask, Pixel fg)
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPixmap);
struct exa_context *exa = ms->exa;
if (1)
return FALSE;
if (pPixmap->drawable.depth < 15)
return FALSE;