forked from len0rd/rockbox
Make the screen draw correctly with the user iconset
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13619 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0e6e20fb6
commit
cfe0f4826a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ static inline unsigned get_black_or_white(const struct rgb_pick *rgb)
|
||||||
#define SELECTOR_LR_MARGIN 0 /* Margin between ">" and text */
|
#define SELECTOR_LR_MARGIN 0 /* Margin between ">" and text */
|
||||||
#define SELECTOR_TB_MARGIN 1 /* Margin on top and bottom of selector */
|
#define SELECTOR_TB_MARGIN 1 /* Margin on top and bottom of selector */
|
||||||
#define SWATCH_TOP_MARGIN 4 /* Space between last slider and swatch */
|
#define SWATCH_TOP_MARGIN 4 /* Space between last slider and swatch */
|
||||||
#define SELECTOR_WIDTH 6 /* Width of > and < bitmaps */
|
#define SELECTOR_WIDTH get_icon_width(display->screen_type)
|
||||||
#define SELECTOR_HEIGHT 8 /* Height of > and < bitmaps */
|
#define SELECTOR_HEIGHT 8 /* Height of > and < bitmaps */
|
||||||
|
|
||||||
/* dunno why lcd_set_drawinfo should be left out of struct screen */
|
/* dunno why lcd_set_drawinfo should be left out of struct screen */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue