fixing a typo fixes ENABLE_MP.
2001-05-25 Michael Natterer <mitch@gimp.org> * app/base/pixel-processor.c: fixing a typo fixes ENABLE_MP. * app/core/gimpdrawable-histogram.c * app/core/gimpimage-colorhash.c * app/core/gimptoolinfo.c: fixed some #includes. * libgimpwidgets/gimpfileselection.[ch] * libgimpwidgets/gimpwidgetstypes.h: moved the opaque typedef to gimpwidgetstypes.h * po/POTFILES.in: reflect app/'s state again.
This commit is contained in:
committed by
Michael Natterer
parent
ced2d1481b
commit
d13682842c
@ -36,7 +36,7 @@ extern "C" {
|
||||
#define GIMP_IS_FILE_SELECTION(obj) (GTK_CHECK_TYPE (obj, GIMP_TYPE_FILE_SELECTION))
|
||||
#define GIMP_IS_FILE_SELECTION_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GIMP_TYPE_FILE_SELECTION))
|
||||
|
||||
typedef struct _GimpFileSelection GimpFileSelection;
|
||||
|
||||
typedef struct _GimpFileSelectionClass GimpFileSelectionClass;
|
||||
|
||||
struct _GimpFileSelection
|
||||
|
||||
Reference in New Issue
Block a user