aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-darkroom.c
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-darkroom.c
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-darkroom.c')
-rw-r--r--src/cg-darkroom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-darkroom.c b/src/cg-darkroom.c
index 06655e6..0c07b7d 100644
--- a/src/cg-darkroom.c
+++ b/src/cg-darkroom.c
@@ -265,7 +265,7 @@ int start(void)
for (i = 0, r = 1; i < filters_n; i++)
{
- if (!(crtc_updates[i].master) || !(crtc_info[i].supported))
+ if (!(crtc_updates[i].master) || !(crtc_info[crtc_updates[i].crtc].supported))
continue;
if (!xflag)
if ((r = fill_filter(&(crtc_updates[i].filter))) < 0)