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:
Owen Taylor
2000-03-06 18:47:32 +00:00
committed by Owen Taylor
parent 7ed05e22e5
commit 35226a7be5
6 changed files with 24 additions and 7 deletions

View File

@ -0,0 +1,6 @@
Makefile.in
Makefile
.deps
.libs
*.lo
*.la

View File

@ -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

View File

@ -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 =

View File

@ -20,7 +20,7 @@
* Carsten Haitzler <raster@rasterman.com>
*/
#include "pixmap_theme.h"
#include "pixbuf.h"
#include <math.h>
static ThemeImage *

View File

@ -20,7 +20,7 @@
* Carsten Haitzler <raster@rasterman.com>
*/
#include "pixmap_theme.h"
#include "pixbuf.h"
#include <gmodule.h>
/* Theme functions to export */

View File

@ -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;