blob: d2e96304dd78b4be9f4c6a5cb3b354a0d3bc08fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* colortemp.h */
#ifndef _COLORTEMP_H
#define _COLORTEMP_H
int colortemp_check_extension();
int colortemp_set_temperature(int temp, float gamma);
#endif /* ! _COLORTEMP_H */
|