1
0
Fork 0
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:
Thomas Martitz 2010-10-10 23:35:03 +00:00
parent 8a0152bd4a
commit 5462ef728f
9 changed files with 17 additions and 17 deletions

View file

@ -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 */