diff options
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 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 * |