aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-base.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-18 20:11:51 +0100
committerMattias Andrée <maandree@kth.se>2016-12-18 20:11:51 +0100
commit8e58eab57831515ed6cf4cc04f55db00d431ef84 (patch)
treed32af7312ea5f8fb81721f856ae681c9adca30b4 /src/cg-base.h
parentcg-base: add filters_n (diff)
downloadcg-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.h5
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;