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:
parent
0d6d373af9
commit
2dc866252c
|
@ -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) { \
|
#define fbComposeGetSolid(pict, bits, fmt) { \
|
||||||
FbBits *__bits__; \
|
FbBits *__bits__; \
|
||||||
FbStride __stride__; \
|
FbStride __stride__; \
|
||||||
|
|
Loading…
Reference in New Issue