From 379eccec3b435b93921d847290fb1c946fef8d0f Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 21 Oct 1998 01:37:50 +0000 Subject: [PATCH] make it compile. Does it work? Mr. Tootums knows! -Yosh --- ChangeLog | 5 +++++ plug-ins/gfig/gfig.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47d156f934..8bebb05465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 20 18:34:38 PDT 1998 Manish Singh + + * plug-ins/gfig/gfig.c: make it compile. Does it work? + Mr. Tootums knows! + Tue Oct 20 23:20:40 BST 1998 Andy Thomas * app/brush_select.h diff --git a/plug-ins/gfig/gfig.c b/plug-ins/gfig/gfig.c index 0ab5989f01..c954a3bd25 100644 --- a/plug-ins/gfig/gfig.c +++ b/plug-ins/gfig/gfig.c @@ -3464,7 +3464,7 @@ select_brush_press(GtkWidget *widget, gpointer data) { BRUSHDESC *bdesc = g_malloc0(sizeof(BRUSHDESC)); - gimp_interactive_selection_brush("Gfig brush selection",mygimp_brush_get(),gfig_brush_invoker,NULL); + gimp_interactive_selection_brush("Gfig brush selection",mygimp_brush_get(),0.0,0,0,gfig_brush_invoker,NULL); bdesc->bpp = 3; bdesc->bname = mygimp_brush_get();