From 8e58eab57831515ed6cf4cc04f55db00d431ef84 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Dec 2016 20:11:51 +0100 Subject: struct filter_update: add crtc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cg-rainbow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cg-rainbow.c') 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); -- cgit v1.2.3-70-g09d2