summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2009-04-05 17:36:24 +0000
committerAntoine Cellerier <dionoea@videolan.org>2009-04-05 17:36:24 +0000
commitafc78cc329a901023b24e69ce57d0ab06e507469 (patch)
tree346e1362a0f4ea31aa5571ebaf0dcb53ae0beb49 /apps
parent443a4e2296da68e0cf1b802db8eebb518d9e3f16 (diff)
downloadrockbox-afc78cc329a901023b24e69ce57d0ab06e507469.tar.gz
rockbox-afc78cc329a901023b24e69ce57d0ab06e507469.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockpaint.c4
1 files changed, 4 insertions, 0 deletions
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 )
2627 int button=0,i,j; 2627 int button=0,i,j;
2628 int accelaration; 2628 int accelaration;
2629 2629
2630 toolbar();
2631 restore_screen();
2632 inv_cursor(true);
2633
2630 while (!quit) { 2634 while (!quit) {
2631 button = rb->button_get(true); 2635 button = rb->button_get(true);
2632 2636