mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00

...and to GimpProcedureDialog. As with the last few, improvements could be made to the GUI, mneumonics, and global variables used.
8 lines
208 B
C
8 lines
208 B
C
#ifndef __LIGHTING_APPLY_H__
|
|
#define __LIGHTING_APPLY_H__
|
|
|
|
void init_compute (void);
|
|
void compute_image (void);
|
|
void copy_from_config (GimpProcedureConfig *config);
|
|
|
|
#endif /* __LIGHTING_APPLY_H__ */
|