1
0
Fork 0
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:
Maurus Cuelenaere 2009-08-17 23:05:45 +00:00
parent 00b6048141
commit a06f287c81
2 changed files with 5 additions and 4 deletions

View file

@ -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)