gimp/plug-ins/FractalExplorer/Dialogs.h
David Odin c90ab3046d plug-ins/gfig/gfig-style.c create a new function to get the current style
* plug-ins/gfig/gfig-style.c
* plug-ins/gfig/gfig-style.h: create a new function to get the current
  style instead of using a global pointer for this
  (gfig_context_get_current_style ())

* plug-ins/gfig/gfig-circle.c
* plug-ins/gfig/gfig-dialog.c
* plug-ins/gfig/gfig-dobject.c
* plug-ins/gfig/gfig.h: use this function everywhere it is needed. And
  remove the current_style field from GfigContext.

  (unrelated):
* plug-ins/FractalExplorer/Dialogs.h
* plug-ins/FractalExplorer/FractalExplorer.c: small cleanups
2004-11-28 22:46:19 +00:00

20 lines
760 B
C

#ifndef __FRACTALEXPLORER_DIALOGS_H__
#define __FRACTALEXPLORER_DIALOGS_H__
gint explorer_dialog (void);
void dialog_update_preview (void);
void set_cmap_preview (void);
void make_color_map (void);
void dialog_change_scale (void);
gchar * get_line (gchar *buf,
gint s,
FILE *from,
gint init);
gint load_options (fractalexplorerOBJ *xxx,
FILE *fp);
void explorer_load (void);
#endif