mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Include glib.h as it uses g* datatypes Added for gnome-config
1999-07-23 Richard Hestilow <hestgray@ionet.net> * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes * gdk_pixbufConf.sh.in: Added for gnome-config * Makefile.am: * configure.in: Modified to generate gdk_pixbufConf.sh
This commit is contained in:
parent
28fbb33386
commit
8681f36261
@ -1,3 +1,10 @@
|
||||
1999-07-23 Richard Hestilow <hestgray@ionet.net>
|
||||
|
||||
* src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
|
||||
* gdk_pixbufConf.sh.in: Added for gnome-config
|
||||
* Makefile.am:
|
||||
* configure.in: Modified to generate gdk_pixbufConf.sh
|
||||
|
||||
1999-07-20 Mark Crichton <crichton@gimp.org>
|
||||
|
||||
* src/gdk-pixbuf.c (gdk_pixbuf_rotate): Fixed rotation. Now a bbox
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <libart_lgpl/art_misc.h>
|
||||
#include <libart_lgpl/art_pixbuf.h>
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct {
|
||||
int ref_count;
|
||||
|
Loading…
Reference in New Issue
Block a user