diff options
author | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-23 15:50:25 -0400 |
---|---|---|
committer | Soren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com> | 2007-05-23 15:50:25 -0400 |
commit | 9d87ef4e0dff40ea39f1b209c67b90079fc79065 (patch) | |
tree | 8c8d6d1eb7178bb7bce161bf04e8ae8b050a0ffe /fb/fb.h | |
parent | 2a960c442bd7560630f52b55d82ec0517542ee5a (diff) |
- Make image_from_pict() non-static
- Delete fbedge.c and fbedgeimp.h
- Use pixman_rasterize_edges() in fbtrap.c
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2146,4 +2146,8 @@ void fbPaintWindow(WindowPtr pWin, RegionPtr pRegion, int what); +pixman_image_t *image_from_pict (PicturePtr pict, + Bool has_clip); + #endif /* _FB_H_ */ + |