kopia lustrzana https://gitlab.com/sane-project/frontends
2000-11-18 Henning Meier-Geinitz <hmg@gmx.de>
* src/xscanimage.c: Moved Defines for DBG_* outside the #ifdef HAVE_LIBGIMP_GIMP_H block.DEVEL_2_0_BRANCH-1
rodzic
9c335a5d02
commit
99895077e4
|
@ -67,12 +67,6 @@
|
|||
#define GIMP_ENABLE_COMPAT_CRUFT
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
#define DBG_fatal 0
|
||||
#define DBG_error 1
|
||||
#define DBG_warning 2
|
||||
#define DBG_info 3
|
||||
#define DBG_debug 4
|
||||
|
||||
static void query (void);
|
||||
static void run (char *name, int nparams, GParam * param,
|
||||
int *nreturn_vals, GParam ** return_vals);
|
||||
|
@ -87,6 +81,12 @@ GPlugInInfo PLUG_IN_INFO =
|
|||
|
||||
#endif /* HAVE_LIBGIMP_GIMP_H */
|
||||
|
||||
#define DBG_fatal 0
|
||||
#define DBG_error 1
|
||||
#define DBG_warning 2
|
||||
#define DBG_info 3
|
||||
#define DBG_debug 4
|
||||
|
||||
enum
|
||||
{
|
||||
STANDALONE, SANE_GIMP_EXTENSION
|
||||
|
|
Ładowanie…
Reference in New Issue