mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
driver/framebuffer.cpp: switch from window_size to window width/height,
allow 50% min window size
This commit is contained in:
@@ -55,7 +55,8 @@ typedef struct fb_var_screeninfo t_fb_var_screeninfo;
|
||||
#define FADE_RESET 0xFFFF
|
||||
|
||||
#define WINDOW_SIZE_MAX 100 // %
|
||||
#define WINDOW_SIZE_MIN 80 // %
|
||||
#define WINDOW_SIZE_MIN 50 // %
|
||||
#define WINDOW_SIZE_MIN_FORCED 80 // %
|
||||
#define ConnectLineBox_Width 16 // px
|
||||
|
||||
/** Ausfuehrung als Singleton */
|
||||
|
Reference in New Issue
Block a user