/* ui_tonemapping.h: tone mapping user interface */ #ifndef _UI_TONEMAPPING_H_ #define _UI_TONEMAPPING_H_ extern Widget CreateMonitorCalibrationDialog(Widget parent, char *name); extern void CreateToneMappingMenu(Widget parent); #endif /* _UI_TONEMAPPING_H_ */