From 3022a60cc2c5958555743f9438b8cf7cd95987f0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 11 Oct 2010 01:19:55 +0000 Subject: Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewport) and remove the viewport parameter as suggested by Dave Chapman. The parameter wasn't used yet and it's not clear whether it should be a absolute or relative viewport. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28242 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 6a4750dbb0..efe232b50e 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -117,8 +117,8 @@ struct screen void (*update_viewport_rect)(int x, int y, int width, int height); void (*fillrect)(int x, int y, int width, int height); void (*drawrect)(int x, int y, int width, int height); - void (*fill_viewport_rect)(const struct viewport *vp); - void (*draw_viewport_rect)(const struct viewport *vp); + void (*fill_viewport)(void); + void (*draw_border_viewport)(void); void (*drawpixel)(int x, int y); void (*drawline)(int x1, int y1, int x2, int y2); void (*vline)(int x, int y1, int y2); -- cgit v1.2.3