summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>2007-05-23 15:50:25 -0400
committerSoren Sandmann Pedersen <ssp@dhcp83-218.boston.redhat.com>2007-05-23 15:50:25 -0400
commit9d87ef4e0dff40ea39f1b209c67b90079fc79065 (patch)
tree8c8d6d1eb7178bb7bce161bf04e8ae8b050a0ffe /fb/fb.h
parent2a960c442bd7560630f52b55d82ec0517542ee5a (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fb/fb.h b/fb/fb.h
index e60507874..7d9488689 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -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_ */
+