kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
fcf012d292
commit
cfbaf0f241
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue