Don't redefine SCROLLBAR_WIDTH (aka fix yellow)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22388 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
567d83e6be
commit
00b6048141
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ PLUGIN_HEADER
|
||||||
#define TOP_SECTOR buffer
|
#define TOP_SECTOR buffer
|
||||||
#define MID_SECTOR (buffer + SMALL_BLOCK_SIZE)
|
#define MID_SECTOR (buffer + SMALL_BLOCK_SIZE)
|
||||||
#define BOTTOM_SECTOR (buffer + 2*(SMALL_BLOCK_SIZE))
|
#define BOTTOM_SECTOR (buffer + 2*(SMALL_BLOCK_SIZE))
|
||||||
#define SCROLLBAR_WIDTH 6
|
|
||||||
|
|
||||||
#define MAX_BOOKMARKED_FILES ((buffer_size/(signed)sizeof(struct bookmarked_file_info))-1)
|
#define MAX_BOOKMARKED_FILES ((buffer_size/(signed)sizeof(struct bookmarked_file_info))-1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue