aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-15 16:16:42 +0200
committerMattias Andrée <maandree@kth.se>2016-07-15 16:16:42 +0200
commit1f5dc07811c6074c14a3494873f95c7a8ebb00c4 (patch)
treef8794f562a9865e1750f20cfb2be7c0a063e303a /src/libcoopgamma.h
parentImplement libcoopgamma_get_crtcs_recv and libcoopgamma_get_gamma_info_recv (diff)
downloadlibcoopgamma-1f5dc07811c6074c14a3494873f95c7a8ebb00c4.tar.gz
libcoopgamma-1f5dc07811c6074c14a3494873f95c7a8ebb00c4.tar.bz2
libcoopgamma-1f5dc07811c6074c14a3494873f95c7a8ebb00c4.tar.xz
Implement libcoopgamma_get_gamma_recv
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/libcoopgamma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h
index cbea817..15636b6 100644
--- a/src/libcoopgamma.h
+++ b/src/libcoopgamma.h
@@ -681,6 +681,12 @@ typedef struct libcoopgamma_async_context
*/
uint32_t message_id;
+ /**
+ * Whether to coalesce all filters
+ * into one gamma ramp triplet
+ */
+ int coalesce;
+
} libcoopgamma_async_context_t;