diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-10-07 20:00:49 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-07 20:00:49 +0000 |
commit | 89658651d766faaed2503ac7b3cc146369347c81 (patch) | |
tree | c7a35ad6ebea87424117199726bc6890fd648f31 /apps/plugins/lib/playergfx.h | |
parent | ce8a1c986f1558d0cf2832064c00a01468595bd7 (diff) |
Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11146 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/playergfx.h')
-rw-r--r-- | apps/plugins/lib/playergfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h index 198d98e4ad..5f49831609 100644 --- a/apps/plugins/lib/playergfx.h +++ b/apps/plugins/lib/playergfx.h @@ -29,6 +29,7 @@ bool pgfx_init(struct plugin_api* newrb, int cwidth, int cheight); void pgfx_release(void); void pgfx_display(int cx, int cy); +void pgfx_display_block(int cx, int cy, int x, int y); void pgfx_update(void); void pgfx_set_drawmode(int mode); |