Really fix optimized render cases being hit when they shouldn't.

I don't know how this define slipped in there.  Fixes
6fdfd9dad9.
This commit is contained in:
Eric Anholt 2007-01-22 08:41:50 +08:00
parent 0d6d373af9
commit 2dc866252c

View File

@ -105,9 +105,6 @@ fbCanGetSolid(PicturePtr pict)
}
}
#define fbCanGetSolid(pict) \
(pict->pDrawable != NULL && pict->pDrawable->width == 1 && pict->pDrawable->height == 1)
#define fbComposeGetSolid(pict, bits, fmt) { \
FbBits *__bits__; \
FbStride __stride__; \