- 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

@ -69,9 +69,7 @@ libfb_la_SOURCES = \
fbutil.c \
fbwindow.c \
fbpseudocolor.c \
fbpseudocolor.h \
fbedge.c \
fbedgeimp.h
fbpseudocolor.h
libwfb_la_SOURCES = $(libfb_la_SOURCES)