diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 20:18:31 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 20:18:31 +0100 |
commit | 4818f331cedeba94bb769fb15fd972dc759fd31f (patch) | |
tree | a42f22851e0d0df649a324043fec5b936e3b9d8b /colortemp.h | |
download | redshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.gz redshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.bz2 redshift-ng-4818f331cedeba94bb769fb15fd972dc759fd31f.tar.xz |
Initial import.
Diffstat (limited to 'colortemp.h')
-rw-r--r-- | colortemp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/colortemp.h b/colortemp.h new file mode 100644 index 0000000..d2e9630 --- /dev/null +++ b/colortemp.h @@ -0,0 +1,9 @@ +/* colortemp.h */ + +#ifndef _COLORTEMP_H +#define _COLORTEMP_H + +int colortemp_check_extension(); +int colortemp_set_temperature(int temp, float gamma); + +#endif /* ! _COLORTEMP_H */ |