mirror of https://github.com/GNOME/gimp.git
parent
b3fdade3a4
commit
58d782985a
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Aug 27 18:08:55 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* app/color_display.h: just include parasiteF.h
|
||||||
|
|
||||||
Fri Aug 27 15:00:03 PDT 1999 Manish Singh <yosh@gimp.org>
|
Fri Aug 27 15:00:03 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* app/levels.c: added a small header to the file format
|
* app/levels.c: added a small header to the file format
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <libgimp/parasite.h>
|
#include <libgimp/parasiteF.h>
|
||||||
|
|
||||||
typedef void (*GimpColorDisplayInit) (void);
|
typedef void (*GimpColorDisplayInit) (void);
|
||||||
typedef gpointer (*GimpColorDisplayNew) (int type);
|
typedef gpointer (*GimpColorDisplayNew) (int type);
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include <libgimp/parasite.h>
|
#include <libgimp/parasiteF.h>
|
||||||
|
|
||||||
typedef void (*GimpColorDisplayInit) (void);
|
typedef void (*GimpColorDisplayInit) (void);
|
||||||
typedef gpointer (*GimpColorDisplayNew) (int type);
|
typedef gpointer (*GimpColorDisplayNew) (int type);
|
||||||
|
|
Loading…
Reference in New Issue