forked from len0rd/rockbox
* Fix red
* Make scrollbar width range from 3 -> LCD_WIDTH/10 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22389 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00b6048141
commit
a06f287c81
2 changed files with 5 additions and 4 deletions
|
|
@ -37,6 +37,8 @@ PLUGIN_HEADER
|
|||
#define TOP_SECTOR buffer
|
||||
#define MID_SECTOR (buffer + SMALL_BLOCK_SIZE)
|
||||
#define BOTTOM_SECTOR (buffer + 2*(SMALL_BLOCK_SIZE))
|
||||
#undef SCROLLBAR_WIDTH
|
||||
#define SCROLLBAR_WIDTH rb->global_settings->scrollbar_width
|
||||
|
||||
#define MAX_BOOKMARKED_FILES ((buffer_size/(signed)sizeof(struct bookmarked_file_info))-1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue