Menus shadow; 0 calls timer-list in event-list; Fix exit from sleeptimer set; Testing backup/restore settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@647 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-07-03 13:09:40 +00:00
parent d7c2303239
commit c2cfa8862b
18 changed files with 111 additions and 51 deletions

View File

@@ -37,21 +37,15 @@
typedef struct fb_var_screeninfo t_fb_var_screeninfo;
#if 1
#define CORNER_TOP_LEFT 0x1
#define CORNER_TOP_RIGHT 0x2
#define CORNER_TOP 0x3
#define CORNER_TOP 0x3
#define CORNER_BOTTOM_RIGHT 0x4
#define CORNER_RIGHT 0x6
#define CORNER_BOTTOM_LEFT 0x8
#define CORNER_LEFT 0x9
#define CORNER_LEFT 0x9
#define CORNER_BOTTOM 0xC
#define CORNER_ALL 0xF
#else
#define CORNER_TOP 0x1
#define CORNER_BOTTOM 0x2
#define CORNER_BOTH 0x3
#endif
#define FADE_TIME 10000
#define FADE_STEP 5