app/perspective_tool.c app/rotate_tool.c app/scale_tool.c app/shear_tool.c
2000-02-21 Michael Natterer <mitch@gimp.org> * app/perspective_tool.c * app/rotate_tool.c * app/scale_tool.c * app/shear_tool.c * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c: fix Solaris compilation problems reported by Ludovic Poitou <ludovic.poitou@france.sun.com>. * libgimp/gimppixmap.[ch]: new function gimp_pixmap_set(). * plug-ins/gfig/gfig.c: hacked the ui to use the libgimp widgets & constructors and slightly reorganized it to use fewer screen space (not yet perfect). Did a general namespace & code cleanup. * plug-ins/FractalExplorer/FractalExplorer.c: use a GimpPathEditor widget.
This commit is contained in:
committed by
Michael Natterer
parent
e42cece9b1
commit
0a5fadee17
@ -43,7 +43,10 @@ struct _GimpPixmapClass
|
||||
};
|
||||
|
||||
GtkType gimp_pixmap_get_type (void);
|
||||
GtkWidget * gimp_pixmap_new (gchar **xpm_data);
|
||||
GtkWidget * gimp_pixmap_new (gchar **xpm_data);
|
||||
|
||||
void gimp_pixmap_set (GimpPixmap *pixmap,
|
||||
gchar **xpm_data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user