aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-w32gdi.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2013-12-09 11:06:04 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2013-12-09 12:28:45 -0500
commita4f7cf89ebd158d9e93bcdcb7a3709fd2a4a8e37 (patch)
tree6a68ea400a7905dfc39e4d4393e01d22f133a993 /src/gamma-w32gdi.h
parentWhen in print mode do not start a gamma method (diff)
downloadredshift-ng-a4f7cf89ebd158d9e93bcdcb7a3709fd2a4a8e37.tar.gz
redshift-ng-a4f7cf89ebd158d9e93bcdcb7a3709fd2a4a8e37.tar.bz2
redshift-ng-a4f7cf89ebd158d9e93bcdcb7a3709fd2a4a8e37.tar.xz
Constify gamma parameter to set_temperature() methods
Diffstat (limited to 'src/gamma-w32gdi.h')
-rw-r--r--src/gamma-w32gdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-w32gdi.h b/src/gamma-w32gdi.h
index 57a604f..5178991 100644
--- a/src/gamma-w32gdi.h
+++ b/src/gamma-w32gdi.h
@@ -39,7 +39,7 @@ int w32gdi_set_option(w32gdi_state_t *state, const char *key,
void w32gdi_restore(w32gdi_state_t *state);
int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float brightness,
- float gamma[3]);
+ const float gamma[3]);
#endif /* ! _REDSHIFT_GAMMA_W32GDI_H */