forked from len0rd/rockbox
Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce the chance to confuse it with update_viewport().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28240 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a0152bd4a
commit
5462ef728f
9 changed files with 17 additions and 17 deletions
|
@ -129,7 +129,7 @@ void touchbutton_draw(struct touchbutton *data, int num_buttons) {
|
|||
}
|
||||
|
||||
/* Draw bounding box around the button location. */
|
||||
lcd->draw_viewport(NULL);
|
||||
lcd->draw_viewport_rect(NULL);
|
||||
}
|
||||
}
|
||||
lcd->set_viewport(NULL); /* Go back to the default viewport */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue