aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-24 23:37:36 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-24 23:37:36 +0200
commit65dd76a221e23a7200b33645326e90c0c02be7ed (patch)
treefd3ea9ba55dcc874b49f8fb845035a78aa44d2a7 /src/redshift.h
parentPass arguments as string to adjustment methods. (diff)
downloadredshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.gz
redshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.bz2
redshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.xz
Use the prefix 'gamma' for gamma adjustment source files.
Diffstat (limited to 'src/redshift.h')
-rw-r--r--src/redshift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.h b/src/redshift.h
index 3cfe738..38e7f6b 100644
--- a/src/redshift.h
+++ b/src/redshift.h
@@ -33,7 +33,7 @@ typedef struct {
gamma_method_free_func *free;
gamma_method_restore_func *restore;
gamma_method_set_temperature_func *set_temperature;
-} gamma_method_spec_t;
+} gamma_method_t;
#endif /* ! _REDSHIFT_REDSHIFT_H */