mirror of https://github.com/GNOME/gimp.git
18 lines
364 B
C
18 lines
364 B
C
#ifndef __MAPOBJECT_UI_H__
|
|
#define __MAPOBJECT_UI_H__
|
|
|
|
/* Externally visible variables */
|
|
/* ============================ */
|
|
|
|
extern GckVisualInfo *visinfo;
|
|
|
|
extern GdkGC *gc;
|
|
extern GtkWidget *previewarea;
|
|
|
|
/* Externally visible functions */
|
|
/* ============================ */
|
|
|
|
gboolean main_dialog (GimpDrawable *drawable);
|
|
|
|
#endif /* __MAPOBJECT_UI_H__ */
|