- Make image_from_pict() non-static

- Delete fbedge.c and fbedgeimp.h
- Use pixman_rasterize_edges() in fbtrap.c
This commit is contained in:
Soren Sandmann Pedersen 2007-05-23 15:50:25 -04:00
commit 9d87ef4e0d
7 changed files with 201 additions and 588 deletions

View file

@ -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_ */