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-negative.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cg-negative.c') diff --git a/src/cg-negative.c b/src/cg-negative.c index a16695a..836a876 100644 --- a/src/cg-negative.c +++ b/src/cg-negative.c @@ -205,7 +205,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) fill_filter(&(crtc_updates[i].filter)); -- cgit v1.2.3-70-g09d2