diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-22 08:41:50 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-29 23:01:52 -0800 |
commit | 72754184f1215acd2b053d476fa46142d97c8ebd (patch) | |
tree | 154a2fd8ebad014dcef8fc1cfc83c059b969e5cc | |
parent | 1225a49da28dc04cc8233cfa746e1fae0024bbe1 (diff) |
Really fix optimized render cases being hit when they shouldn't.
I don't know how this define slipped in there. Fixes
6fdfd9dad91d7b7aa292f8c4d268dd27c34de8d3.
-rw-r--r-- | fb/fbpict.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 179a07dca..bfcb38e58 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -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__; \ |