1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Antoine Cellerier 2009-04-05 17:36:24 +00:00
parent 443a4e2296
commit afc78cc329

View file

@ -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);