From afc78cc329a901023b24e69ce57d0ab06e507469 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 5 Apr 2009 17:36:24 +0000 Subject: Start rockpaint with the toolbar visible (I guess that a full white screen can be quite intimidating). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20629 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockpaint.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c index 19d0860ee8..32beacbe6e 100644 --- a/apps/plugins/rockpaint.c +++ b/apps/plugins/rockpaint.c @@ -2627,6 +2627,10 @@ static bool rockpaint_loop( void ) int button=0,i,j; int accelaration; + toolbar(); + restore_screen(); + inv_cursor(true); + while (!quit) { button = rb->button_get(true); -- cgit v1.2.3