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:

committed by
Michael Natterer

parent
761f6834f7
commit
d2bd22947b
@ -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>
|
2003-07-27 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gimptool-win32.c.in (get_prefix): Use g_find_program_in_path().
|
* gimptool-win32.c.in (get_prefix): Use g_find_program_in_path().
|
||||||
|
@ -124,7 +124,7 @@ enum
|
|||||||
GIMP_HORIZONTAL = GIMP_ORIENTATION_HORIZONTAL,
|
GIMP_HORIZONTAL = GIMP_ORIENTATION_HORIZONTAL,
|
||||||
GIMP_VERTICAL = GIMP_ORIENTATION_VERTICAL,
|
GIMP_VERTICAL = GIMP_ORIENTATION_VERTICAL,
|
||||||
GIMP_UNKNOWN = GIMP_ORIENTATION_UNKNOWN
|
GIMP_UNKNOWN = GIMP_ORIENTATION_UNKNOWN
|
||||||
} GimpOrientationTypeCompat;
|
};
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user