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