diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-18 20:11:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-18 20:11:51 +0100 |
commit | 8e58eab57831515ed6cf4cc04f55db00d431ef84 (patch) | |
tree | d32af7312ea5f8fb81721f856ae681c9adca30b4 /src/cg-base.h | |
parent | cg-base: add filters_n (diff) | |
download | cg-tools-8e58eab57831515ed6cf4cc04f55db00d431ef84.tar.gz cg-tools-8e58eab57831515ed6cf4cc04f55db00d431ef84.tar.bz2 cg-tools-8e58eab57831515ed6cf4cc04f55db00d431ef84.tar.xz |
struct filter_update: add crtc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index f4beed1..0b3f497 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -68,6 +68,11 @@ typedef struct filter_update libcoopgamma_filter_t filter; /** + * The index of the CRTC + */ + size_t crtc; + + /** * Has the update been synchronised? */ int synced; |