aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-rainbow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cg-rainbow.c')
-rw-r--r--src/cg-rainbow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-rainbow.c b/src/cg-rainbow.c
index f6e6460..8cb5871 100644
--- a/src/cg-rainbow.c
+++ b/src/cg-rainbow.c
@@ -249,7 +249,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;
fill_filter(&(crtc_updates[i].filter), pal[0], pal[1], pal[2]);
r = update_filter(i, 0);