mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
plugins: make local functions static for metronome, rockblox1d, wavview
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30711 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d1e5c74ca8
commit
b01d8fa071
3 changed files with 14 additions and 14 deletions
|
|
@ -190,7 +190,7 @@
|
|||
# define NEXT_Y (int)((LCD_HEIGHT * 0.8)/2-NEXT_H/2)
|
||||
#endif
|
||||
|
||||
void draw_brick(int pos, int length) {
|
||||
static void draw_brick(int pos, int length) {
|
||||
int i = pos;
|
||||
rb->lcd_set_drawmode(DRMODE_BG|DRMODE_INVERSEVID);
|
||||
rb->lcd_fillrect(CENTER_X, CENTER_Y, WIDTH, WIDTH * TILES + TILES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue