Define GIMP_ENABLE_COMPAT_CRUFT when including gimp.h to use the

old API.  Eventually we should convert the frontends to use the
new Gimp API.  Patch from Kevin Dalley.
DEVEL_2_0_BRANCH-1
Petter Reinholdtsen 2000-10-30 01:10:49 +00:00
rodzic fcf012d292
commit cfbaf0f241
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,11 @@
#ifdef HAVE_LIBGIMP_GIMP_H
/*
* Enable old Gimp API. Eventually, we should rewrite this frontend
* to use the new API. [pere 2000-10-29]
*/
#define GIMP_ENABLE_COMPAT_CRUFT
#include <libgimp/gimp.h>
static void query (void);