diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 16:09:45 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 16:09:45 +0100 |
commit | 1f2e45f01cf3457ea8075593b366fe2ceea7ae4f (patch) | |
tree | dc9fc60678b116dc686628bbfa2e59e51850529a /src/common.h | |
parent | Clearify that N is an ordinal rather than any type of number (diff) | |
download | redshift-ng-1f2e45f01cf3457ea8075593b366fe2ceea7ae4f.tar.gz redshift-ng-1f2e45f01cf3457ea8075593b366fe2ceea7ae4f.tar.bz2 redshift-ng-1f2e45f01cf3457ea8075593b366fe2ceea7ae4f.tar.xz |
add display option + update doc about all screens being the default
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index a14e8d4..dc0312b 100644 --- a/src/common.h +++ b/src/common.h @@ -1220,6 +1220,16 @@ void direct_print_help(FILE *f, int method); int direct_set_option(GAMMA_STATE *state, const char *key, const char *value); /** + * Select site to apply adjustments to using direct gamma adjustments + * + * @param state State object for the adjustment method + * @param key Option to configure + * @param value Option value to set + * @return 0 on success, -1 on failure + */ +int direct_set_site(GAMMA_STATE *state, const char *key, const char *value); + +/** * Select partitions to apply adjustments to using direct gamma adjustments * * @param state State object for the adjustment method |