driver/framebuffer.cpp: switch from window_size to window width/height,

allow 50% min window size


Origin commit data
------------------
Commit: 0dc92e99f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-07 (Thu, 07 Nov 2013)
This commit is contained in:
[CST] Focus
2013-11-07 17:25:15 +04:00
parent 6953a38c7f
commit 9fc9267701
2 changed files with 4 additions and 3 deletions

View File

@@ -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 */