aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-23 18:14:28 +0100
committerMattias Andrée <m@maandree.se>2025-03-23 18:14:28 +0100
commit9f5051694fa0a5bf7f7555514ae1c45254419c38 (patch)
treec8c8ce4667b1af75d6cd9a70ce16766957445b7b /src/common.h
parentRestore support for preserve-gamma, with corrected order of application (diff)
downloadredshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.gz
redshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.bz2
redshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.xz
Add support for output selection by EDID
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 e6e1339..1b352f2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1250,6 +1250,16 @@ int direct_set_partitions(GAMMA_STATE *state, const char *key, const char *value
int direct_set_crtcs(GAMMA_STATE *state, const char *key, const char *value);
/**
+ * Select EDIDs of outputs 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_edids(GAMMA_STATE *state, const char *key, const char *value);
+
+/**
* Finalise option-dependent initialisation and connections
* for direct gamma adjustments
*