cooli radius

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@396 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-02-20 21:39:58 +00:00
parent 00d9b35c08
commit eeb52f6d82

View File

@@ -488,9 +488,9 @@ extern const neutrino_locale_t timing_setting_name[TIMING_SETTING_COUNT];
#define DEFAULT_LCD_AUTODIMM 0x00
#define DEFAULT_LCD_SHOW_VOLUME 0x01
#define CORNER_RADIUS_LARGE 12
#define CORNER_RADIUS_MID 9
#define CORNER_RADIUS_SMALL 4
#define CORNER_RADIUS_LARGE 9
#define CORNER_RADIUS_MID 8
#define CORNER_RADIUS_SMALL 7
#define RADIUS_LARGE (g_settings.rounded_corners ? CORNER_RADIUS_LARGE : 0)
#define RADIUS_MID (g_settings.rounded_corners ? CORNER_RADIUS_MID : 0)