Moved into docs/ subdir
Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com> * docs/gap-geometry.fig: Moved into docs/ subdir * Makefile.am configure.in autogen.sh src/Makefile.am: automakify * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c src/pixbuf-main.c: Move sources into subdir and rename.
This commit is contained in:
6
modules/engines/pixbuf/.cvsignore
Normal file
6
modules/engines/pixbuf/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
.libs
|
||||
*.lo
|
||||
*.la
|
@ -1,3 +1,14 @@
|
||||
Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/gap-geometry.fig: Moved into docs/ subdir
|
||||
|
||||
* Makefile.am configure.in autogen.sh src/Makefile.am:
|
||||
automakify
|
||||
|
||||
* src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
|
||||
src/pixbuf-main.c: Move sources into subdir and
|
||||
rename.
|
||||
|
||||
Mon Mar 6 11:02:07 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* pixmap_theme_pixbuf.c: Handle drawing transparency without a
|
||||
|
@ -5,10 +5,10 @@ enginedir = $(libdir)/gtk/themes/engines
|
||||
engine_LTLIBRARIES = libpixmap.la
|
||||
|
||||
libpixmap_la_SOURCES = \
|
||||
pixmap_theme_draw.c \
|
||||
pixmap_theme_main.c \
|
||||
pixmap_theme_pixbuf.c \
|
||||
pixmap_theme.h
|
||||
pixbuf-draw.c \
|
||||
pixbuf-main.c \
|
||||
pixbuf-render.c \
|
||||
pixbuf.h
|
||||
|
||||
libpixmap_la_LDFLAGS = -module -avoid-version
|
||||
libpixmap_la_LIBADD =
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Carsten Haitzler <raster@rasterman.com>
|
||||
*/
|
||||
|
||||
#include "pixmap_theme.h"
|
||||
#include "pixbuf.h"
|
||||
#include <math.h>
|
||||
|
||||
static ThemeImage *
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Carsten Haitzler <raster@rasterman.com>
|
||||
*/
|
||||
|
||||
#include "pixmap_theme.h"
|
||||
#include "pixbuf.h"
|
||||
#include <gmodule.h>
|
||||
|
||||
/* Theme functions to export */
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Carsten Haitzler <raster@rasterman.com>
|
||||
*/
|
||||
|
||||
#include "pixmap_theme.h"
|
||||
#include "pixbuf.h"
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
GCache *pixbuf_cache = NULL;
|
||||
|
Reference in New Issue
Block a user