make some stuff static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30477 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a91fa97cd8
commit
4f4e91e341
1 changed files with 3 additions and 3 deletions
|
@ -41,10 +41,10 @@ static struct skin_backdrop {
|
|||
} backdrops[NB_BDROPS];
|
||||
|
||||
#define NB_BDROPS SKINNABLE_SCREENS_COUNT*NB_SCREENS
|
||||
int handle_being_loaded;
|
||||
int current_lcd_backdrop[NB_SCREENS];
|
||||
static int handle_being_loaded;
|
||||
static int current_lcd_backdrop[NB_SCREENS];
|
||||
|
||||
int buflib_move_callback(int handle, void* current, void* new)
|
||||
static int buflib_move_callback(int handle, void* current, void* new)
|
||||
{
|
||||
int i;
|
||||
if (handle == handle_being_loaded)
|
||||
|
|
Loading…
Reference in a new issue