diff --git a/frontend/xscanimage.c b/frontend/xscanimage.c index 8d3febab7..5f5f4e310 100644 --- a/frontend/xscanimage.c +++ b/frontend/xscanimage.c @@ -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 static void query (void);