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/fbpict.h | |
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/fbpict.h')
-rw-r--r-- | fb/fbpict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 5246cd5ac..86f271e7f 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -383,6 +383,9 @@ typedef struct _FbComposeData { CARD16 height; } FbComposeData; +void +fbCompositeRect (const FbComposeData *data, CARD32 *scanline_buffer); + typedef FASTCALL void (*CombineMaskU) (CARD32 *src, const CARD32 *mask, int width); typedef FASTCALL void (*CombineFuncU) (CARD32 *dest, const CARD32 *src, int width); typedef FASTCALL void (*CombineFuncC) (CARD32 *dest, CARD32 *src, CARD32 *mask, int width); |