summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
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/plugins/rockpaint.c
parent443a4e2296da68e0cf1b802db8eebb518d9e3f16 (diff)
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/plugins/rockpaint.c')
-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 )
int button=0,i,j;
int accelaration;
+ toolbar();
+ restore_screen();
+ inv_cursor(true);
+
while (!quit) {
button = rb->button_get(true);