mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
e42cece9b1
commit
0a5fadee17
21 changed files with 5042 additions and 6144 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue