removed the name from the GimpOrientationType[Compat] enum. The enums in

2003-07-28  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpcompat.h: removed the name from the
	GimpOrientationType[Compat] enum. The enums in this header are
	just an anonymous mappings and not types by themselves.
This commit is contained in:
Michael Natterer 2003-07-28 10:27:24 +00:00 committed by Michael Natterer
parent 761f6834f7
commit d2bd22947b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-07-28 Michael Natterer <mitch@gimp.org>
* libgimp/gimpcompat.h: removed the name from the
GimpOrientationType[Compat] enum. The enums in this header are
just an anonymous mappings and not types by themselves.
2003-07-27 Tor Lillqvist <tml@iki.fi>
* gimptool-win32.c.in (get_prefix): Use g_find_program_in_path().

View File

@ -124,7 +124,7 @@ enum
GIMP_HORIZONTAL = GIMP_ORIENTATION_HORIZONTAL,
GIMP_VERTICAL = GIMP_ORIENTATION_VERTICAL,
GIMP_UNKNOWN = GIMP_ORIENTATION_UNKNOWN
} GimpOrientationTypeCompat;
};
G_END_DECLS