summaryrefslogtreecommitdiff
path: root/uisimulator/uibasic.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/uibasic.c')
-rw-r--r--uisimulator/uibasic.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/uisimulator/uibasic.c b/uisimulator/uibasic.c
index 35b4b2d0f2..f1bb42f202 100644
--- a/uisimulator/uibasic.c
+++ b/uisimulator/uibasic.c
@@ -223,20 +223,7 @@ screenhack (Display *the_dpy, Window the_window)
223 223
224 Logf("Rockbox will kill ya!"); 224 Logf("Rockbox will kill ya!");
225 225
226 lcd_position(0, 6, 0); 226 tetris();
227 lcd_string( "Rock the box");
228
229 lcd_position(8, 24, 0);
230 lcd_string( "Roolz" );
231
232 lcd_update();
233
234 while (1) {
235 /* deal with input here */
236
237 XSync (dpy, False);
238 screenhack_handle_events (dpy);
239 }
240} 227}
241 228
242void screen_redraw() 229void screen_redraw()