From 9b68ef8ddcc5c84fcbc78c3c13d8dc183b49f084 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Apr 2002 06:55:45 +0000 Subject: draw the "box" before calling the app git-svn-id: svn://svn.rockbox.org/rockbox/trunk@319 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/uibasic.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'uisimulator') diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c index f3b354379a..4af667a20b 100644 --- a/uisimulator/x11/uibasic.c +++ b/uisimulator/x11/uibasic.c @@ -227,7 +227,7 @@ screenhack (Display *the_dpy, Window the_window) init_window(); - Logf("Rockbox will kill ya!"); + screen_redraw(); app_main(); } @@ -236,8 +236,6 @@ void screen_redraw() { int y, x; - lcd_update(); - /* draw a border around the "Recorder" screen */ #define X1 0 @@ -250,4 +248,5 @@ void screen_redraw() drawline(1, X1, Y2, X2, Y2); drawline(1, X1, Y1, X1, Y2); + lcd_update(); } -- cgit v1.2.3