mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user