aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-23 16:09:45 +0100
committerMattias Andrée <m@maandree.se>2025-03-23 16:09:45 +0100
commit1f2e45f01cf3457ea8075593b366fe2ceea7ae4f (patch)
treedc9fc60678b116dc686628bbfa2e59e51850529a /src/common.h
parentClearify that N is an ordinal rather than any type of number (diff)
downloadredshift-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.h10
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