mirror of https://github.com/GNOME/gimp.git
parent
af5cdfbd58
commit
379eccec3b
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue