From 9955fa6de7c7634e5c31bbac2177bbb2de5bf9ad Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Feb 2014 02:08:50 +0100 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_randr.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blueshift_randr.pyx') diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx index 8d2909a..a289c83 100644 --- a/src/blueshift_randr.pyx +++ b/src/blueshift_randr.pyx @@ -57,7 +57,7 @@ def randr_apply(unsigned long long use_crtcs, r_curve, g_curve, b_curve): raise MemoryError() for i in range(256): r[i] = r_curve[i] & 0xFFFF - g[i] = g_curve[i] & 0xFFFF + g[i] = g_curve[i] & 0xFFFF b[i] = b_curve[i] & 0xFFFF rc = blueshift_randr_apply(use_crtcs, r, g, b) free(r) -- cgit v1.2.3-70-g09d2