diff --git a/ChangeLog b/ChangeLog index b22dd233f2..f54efc1c02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-14 Sven Neumann + + * app/composite/gimp-composite.h: don't use gtk-doc style comments + here. + 2003-10-14 Michael Natterer * app/widgets/gimptemplateeditor.c (gimp_template_editor_new): diff --git a/app/composite/gimp-composite.h b/app/composite/gimp-composite.h index de8ff00274..182442c415 100644 --- a/app/composite/gimp-composite.h +++ b/app/composite/gimp-composite.h @@ -118,7 +118,7 @@ struct GimpCompositeOperationEffects extern struct GimpCompositeOperationEffects gimp_composite_operation_effects[]; -/** +/* * This is structure for communicating all that is necessary to a * compositing operation. */ @@ -145,9 +145,11 @@ typedef struct } GimpCompositeContext; -struct GimpCompositeOptions { - unsigned long bits; +struct GimpCompositeOptions +{ + gulong bits; }; + #define GIMP_COMPOSITE_OPTION_USE 0x1 #define GIMP_COMPOSITE_OPTION_INITIALISED 0x2 #define GIMP_COMPOSITE_OPTION_VERBOSE 0x4