mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
6090d199a5
Sun Jan 27 23:58:13 2002 Owen Taylor <otaylor@redhat.com> * pixbuf-render.c (compute_hint): Optimize the case where a component is entirely transparent by skipping drawing it. * pixbuf-rc-style.c (theme_parse_image): Catch case where background or overlay border/stretch are specified without a background image. * pixbuf-render.c (theme_pixbuf_destroy): Actually free the structure and filename.
21 lines
432 B
Makefile
21 lines
432 B
Makefile
INCLUDES = $(GTK_CFLAGS)
|
|
|
|
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
|
|
|
|
engine_LTLIBRARIES = libpixmap.la
|
|
|
|
libpixmap_la_SOURCES = \
|
|
pixbuf-draw.c \
|
|
pixbuf-main.c \
|
|
pixbuf-render.c \
|
|
pixbuf-rc-style.c \
|
|
pixbuf-rc-style.h \
|
|
pixbuf-style.h \
|
|
pixbuf.h
|
|
|
|
libpixmap_la_LDFLAGS = -avoid-version -module
|
|
|
|
dist-hook:
|
|
cp -pr examples $(distdir); \
|
|
find $(distdir)/examples -name 'CVS' -print | xargs rm -rf
|