diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-19 08:14:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-19 08:14:23 +0100 |
commit | 0d24c34d7fea73a0002a79e995f7c7f30b03a054 (patch) | |
tree | 01b6394e5f8b39047ed731ce82ffb193edef5b57 /src/gamma-dummy.c | |
parent | Merge pull request #295 from arnej/windowsfix (diff) | |
download | redshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.gz redshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.bz2 redshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.xz |
Add coopgamma backend
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/gamma-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index ba62d93..5c67b58 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -37,7 +37,7 @@ gamma_dummy_init(void *state) } int -gamma_dummy_start(void *state) +gamma_dummy_start(void *state, program_mode_t mode) { fputs(_("WARNING: Using dummy gamma method! Display will not be affected by this gamma method.\n"), stderr); return 0; |