app/Makefile.am removed.
2001-05-10 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/asupsample.[ch]: removed. * app/core/Makefile.am * app/core/core-types.h * app/tools/Makefile.am * app/tools/tools-types.h: new files. * app/tools/gimptoolinfo.[ch]: removed. * app/core/gimptoolinfo.[ch]: added here. * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpadaptivesupersample.[ch] * libgimp/gimpbilinear.[ch]: removed here... * libgimpcolor/Makefile.am * libgimpcolor/gimpcolortypes.h * libgimpcolor/gimpadaptivesupersample.[ch] * libgimpcolor/gimpbilinear.[ch]: ..and added here. * tools/pdbgen/app.pl * tools/pdbgen/pdb/paths.pdb * app/*.c: changed tons of #include's
This commit is contained in:

committed by
Michael Natterer

parent
c69de20f03
commit
d1022c34b6
@ -20,9 +20,8 @@
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "apptypes.h"
|
||||
#include "core-types.h"
|
||||
|
||||
#include "gimpcontainer.h"
|
||||
#include "gimpimage.h"
|
||||
#include "gimplist.h"
|
||||
#include "gimpundo.h"
|
||||
@ -48,7 +47,8 @@ gimp_undo_stack_get_type (void)
|
||||
{
|
||||
static GtkType undo_stack_type = 0;
|
||||
|
||||
if (! undo_stack_type) {
|
||||
if (! undo_stack_type)
|
||||
{
|
||||
static const GtkTypeInfo undo_stack_info =
|
||||
{
|
||||
"GimpUndoStack",
|
||||
@ -63,7 +63,7 @@ gimp_undo_stack_get_type (void)
|
||||
|
||||
undo_stack_type = gtk_type_unique (GIMP_TYPE_UNDO,
|
||||
&undo_stack_info);
|
||||
}
|
||||
}
|
||||
|
||||
return undo_stack_type;
|
||||
}
|
||||
|
Reference in New Issue
Block a user