diff options
author | Mark Crichton <crichton@src.gnome.org> | 1999-07-19 02:13:34 +0000 |
---|---|---|
committer | Mark Crichton <crichton@src.gnome.org> | 1999-07-19 02:13:34 +0000 |
commit | 6423183a63b8294c52597bfa96ad2e1bb015ffa1 (patch) | |
tree | a76c75d7145b33afceca87831f8b3ffd025caadc /gdk-pixbuf/io-bmp.c | |
parent | e9ed2c18a7de02f9e73212b56a9d134ab3aed372 (diff) | |
download | gtk+-6423183a63b8294c52597bfa96ad2e1bb015ffa1.tar.gz |
Ok minor changes.
Ok minor changes.
No longer make a version.h, and cleaned up some code here and there, and added
a quickie dirty-hack rotation function. However, it rotates at the origin.
Is this what we want? Or do we want a rotate w.r.t. the center of the pixbuf?
Anyone.
Mark
Diffstat (limited to 'gdk-pixbuf/io-bmp.c')
-rw-r--r-- | gdk-pixbuf/io-bmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c index ecd7f38281..6195599548 100644 --- a/gdk-pixbuf/io-bmp.c +++ b/gdk-pixbuf/io-bmp.c @@ -25,8 +25,9 @@ #include <glib.h> #include "gdk-pixbuf.h" #include "gdk-pixbuf-io.h" +#include "io-bmp.h" -/* Loosely based off the BMP loader from The GIMP */ +/* Loosely based off the BMP loader from The GIMP, hence it's complexity */ /* Shared library entry point */ GdkPixBuf *image_load(FILE * f) |