[gimp] app: core-enums.h: fix type macros of the align type enums
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: core-enums.h: fix type macros of the align type enums
- Date: Tue, 29 Mar 2011 10:46:44 +0000 (UTC)
commit c38eb0df4a805bc4eadae7c8e1cc1b9dba40a7ef
Author: Michael Natterer <mitch gimp org>
Date: Tue Mar 29 12:45:54 2011 +0200
app: core-enums.h: fix type macros of the align type enums
app/core/core-enums.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/core-enums.h b/app/core/core-enums.h
index f133f29..e2edea3 100644
--- a/app/core/core-enums.h
+++ b/app/core/core-enums.h
@@ -94,7 +94,7 @@ typedef enum /*< pdb-skip >*/
} GimpGravityType;
-#define GIMP_TYPE_ALIGNMENT (gimp_alignment_type_get_type ())
+#define GIMP_TYPE_ALIGNMENT_TYPE (gimp_alignment_type_get_type ())
GType gimp_alignment_type_get_type (void) G_GNUC_CONST;
@@ -115,7 +115,7 @@ typedef enum /*< pdb-skip >*/
} GimpAlignmentType;
-#define GIMP_TYPE_ALIGN_REFERENCE (gimp_align_reference_type_get_type ())
+#define GIMP_TYPE_ALIGN_REFERENCE_TYPE (gimp_align_reference_type_get_type ())
GType gimp_align_reference_type_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]