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:
parent
443a4e2296
commit
afc78cc329
1 changed files with 4 additions and 0 deletions
|
@ -2627,6 +2627,10 @@ static bool rockpaint_loop( void )
|
||||||
int button=0,i,j;
|
int button=0,i,j;
|
||||||
int accelaration;
|
int accelaration;
|
||||||
|
|
||||||
|
toolbar();
|
||||||
|
restore_screen();
|
||||||
|
inv_cursor(true);
|
||||||
|
|
||||||
while (!quit) {
|
while (!quit) {
|
||||||
button = rb->button_get(true);
|
button = rb->button_get(true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue