From b41e228b9ddc891d9814e9b3b1ba0e275007a122 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Jan 2011 14:47:27 +0000 Subject: draw_background BLACK after timekeeping --- loadbars.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'loadbars.pl') diff --git a/loadbars.pl b/loadbars.pl index fb782d9..460dea1 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -394,11 +394,6 @@ sub graph_stats ($) { $x += $width + 1; } - if ($recv_msg) { - draw_background $app, $rects; - $recv_msg = 0; - } - TIMEKEEPER: $t2 = Time::HiRes::time(); @@ -408,6 +403,11 @@ TIMEKEEPER: } $t1 = $t2; + + if ($recv_msg) { + draw_background $app, $rects; + $recv_msg = 0; + } }; return undef; -- cgit v1.2.3