make it compile. Does it work? Mr. Tootums knows!

-Yosh
This commit is contained in:
Manish Singh 1998-10-21 01:37:50 +00:00
parent af5cdfbd58
commit 379eccec3b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Oct 20 18:34:38 PDT 1998 Manish Singh <yosh@gimp.org>
* plug-ins/gfig/gfig.c: make it compile. Does it work?
Mr. Tootums knows!
Tue Oct 20 23:20:40 BST 1998 Andy Thomas <alt@picnic.demon.co.uk>
* app/brush_select.h

View file

@ -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();