aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-darkroom.c
diff options
context:
space:
mode:
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)