From 1f289a0b90529346ea88169840a1cf11c7da3842 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 19 Mar 2014 05:46:06 +0100 Subject: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/textconf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/textconf') diff --git a/examples/textconf b/examples/textconf index 1e00c6b..acddc79 100644 --- a/examples/textconf +++ b/examples/textconf @@ -469,10 +469,9 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): for adjustment in adjustments: adjustment(timepoint, alpha) - r, g, b = r_curve[:], g_curve[:], b_curve[:] - + stored = store() for crtcs, screens, output_adjustments in monitors: - r_curve[:], g_curve[:], b_curve[:] = r, g, b + restore(stored) for adjustment in output_adjustments: adjustment(timepoint, alpha) -- cgit v1.2.3-70-g09d2