diff options
author | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-01 13:41:48 -0400 |
---|---|---|
committer | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-03 12:17:24 -0400 |
commit | e0959adcd8df2c61e98e76e708fceef9c7cd54eb (patch) | |
tree | f283fcba6d8abb02133c74088d10e7c7169de8b4 /fb/fbcompose.c | |
parent | c1e1d6b98a6708860e5b5f6e21d8d5b1d8ce9075 (diff) |
Add fbCompositeRect() as another special case in the switch of doom in fbpict.c
This is phase one of getting the two region walkers in fbcompose.c and
fbpict.c merged together.
Diffstat (limited to 'fb/fbcompose.c')
-rw-r--r-- | fb/fbcompose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbcompose.c b/fb/fbcompose.c index 24b552e0b..6e4989375 100644 --- a/fb/fbcompose.c +++ b/fb/fbcompose.c @@ -4027,7 +4027,7 @@ static void fbStoreExternalAlpha(PicturePtr pict, int x, int y, int width, CARD3 typedef void (*scanStoreProc)(PicturePtr , int , int , int , CARD32 *); typedef void (*scanFetchProc)(PicturePtr , int , int , int , CARD32 * , CARD32 *, CARD32); -static void +void fbCompositeRect (const FbComposeData *data, CARD32 *scanline_buffer) { CARD32 *src_buffer = scanline_buffer; |