diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-15 16:16:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-15 16:16:42 +0200 |
commit | 1f5dc07811c6074c14a3494873f95c7a8ebb00c4 (patch) | |
tree | f8794f562a9865e1750f20cfb2be7c0a063e303a /src/libcoopgamma.h | |
parent | Implement libcoopgamma_get_crtcs_recv and libcoopgamma_get_gamma_info_recv (diff) | |
download | libcoopgamma-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.h | 6 |
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; |