mirror of https://github.com/GNOME/gimp.git
don't #include "gimp.h".
2006-05-08 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable.c: don't #include "gimp.h".
This commit is contained in:
parent
7c6cb67c31
commit
9d36204976
|
@ -1,3 +1,7 @@
|
|||
2006-05-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpdrawable.c: don't #include "gimp.h".
|
||||
|
||||
2006-05-07 Simon Budig <simon@gimp.org>
|
||||
|
||||
* modules/colorsel_triangle.c: Make the hue angle behave
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "paint-funcs/paint-funcs.h"
|
||||
#include "paint-funcs/scale-funcs.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#include "gimp-utils.h"
|
||||
#include "gimpchannel.h"
|
||||
#include "gimpcontext.h"
|
||||
|
@ -1102,7 +1101,7 @@ gimp_drawable_fill (GimpDrawable *drawable,
|
|||
g_return_if_fail (color != NULL || pattern != NULL);
|
||||
g_return_if_fail (pattern == NULL || GIMP_IS_PATTERN (pattern));
|
||||
|
||||
item = GIMP_ITEM (drawable);
|
||||
item = GIMP_ITEM (drawable);
|
||||
image = gimp_item_get_image (item);
|
||||
|
||||
drawable_type = gimp_drawable_type (drawable);
|
||||
|
|
Loading…
Reference in New Issue