
2008-03-24 Michael Natterer <mitch@gimp.org> * plug-ins/map-object * plug-ins/gradient-flare * plug-ins/ifs-compose * plug-ins/selection-to-path * plug-ins/lighting * plug-ins/help-browser * plug-ins/fli: rename files in these folders to have no underscores and match new names of the plug-ins. * configure.in: changed accordingly. svn path=/trunk/; revision=25197
16 lines
332 B
C
16 lines
332 B
C
#ifndef __MAPOBJECT_UI_H__
|
|
#define __MAPOBJECT_UI_H__
|
|
|
|
/* Externally visible variables */
|
|
/* ============================ */
|
|
|
|
extern GdkGC *gc;
|
|
extern GtkWidget *previewarea;
|
|
|
|
/* Externally visible functions */
|
|
/* ============================ */
|
|
|
|
gboolean main_dialog (GimpDrawable *drawable);
|
|
|
|
#endif /* __MAPOBJECT_UI_H__ */
|