From 942bc9449ea587fc3d50a468da56df32baf0748f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 23 Apr 2003 11:26:25 +0000 Subject: Only redraw the status line when info actually changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/wps-display.c') diff --git a/apps/wps-display.c b/apps/wps-display.c index e6cf65a260..c35ba8675c 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -801,7 +801,7 @@ bool wps_display(struct mp3entry* id3) #endif global_settings.resume_index = -1; status_set_playmode(STATUS_STOP); - status_draw(); + status_draw(true); sleep(HZ); return true; } @@ -827,7 +827,7 @@ bool wps_display(struct mp3entry* id3) } yield(); wps_refresh(id3, 0, WPS_REFRESH_ALL); - status_draw(); + status_draw(true); lcd_update(); return false; } -- cgit v1.2.3