app/dialogs/Makefile.am removed...
2004-09-23 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/color-dialog.[ch]: removed... * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcolordialog.[ch]: ...and added as widget. * app/core/gimpmarshal.list: new marshaller VOID__BOXED_ENUM. * app/widgets/widgets-enums.[ch]: new enum GimpColorDialogState. * app/widgets/gimpcolormapeditor.[ch] * app/widgets/gimpcolorpanel.[ch] * app/widgets/gimpgradienteditor.[ch] * app/widgets/gimppaletteeditor.[ch] * app/widgets/gimptoolbox-color-area.c * app/actions/gradient-editor-commands.c * app/actions/view-commands.c: ported to GimpColorDialog. Removes a whole bunch of ugly widgets/ -> dialogs/ dependencies.
This commit is contained in:

committed by
Michael Natterer

parent
58b08f867a
commit
ee5354e4b7
@ -25,8 +25,6 @@
|
||||
|
||||
#include "gimpdataeditor.h"
|
||||
|
||||
#include "dialogs/dialogs-types.h" /* FIXME */
|
||||
|
||||
|
||||
#define GRAD_NUM_COLORS 10
|
||||
|
||||
@ -70,7 +68,7 @@ struct _GimpGradientEditor
|
||||
gboolean instant_update;
|
||||
|
||||
/* Color dialog */
|
||||
ColorDialog *color_dialog;
|
||||
GtkWidget *color_dialog;
|
||||
|
||||
/* Gradient preview */
|
||||
gint preview_last_x;
|
||||
|
Reference in New Issue
Block a user