diff --git a/ChangeLog b/ChangeLog index e7123e3f71..ac70e02359 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-28 Michael Natterer + + * 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 * gimptool-win32.c.in (get_prefix): Use g_find_program_in_path(). diff --git a/libgimp/gimpcompat.h b/libgimp/gimpcompat.h index 755a150d5f..5a963e2c92 100644 --- a/libgimp/gimpcompat.h +++ b/libgimp/gimpcompat.h @@ -124,7 +124,7 @@ enum GIMP_HORIZONTAL = GIMP_ORIENTATION_HORIZONTAL, GIMP_VERTICAL = GIMP_ORIENTATION_VERTICAL, GIMP_UNKNOWN = GIMP_ORIENTATION_UNKNOWN -} GimpOrientationTypeCompat; +}; G_END_DECLS