mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 21:58:29 +02:00
osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ed30528f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Origin message was:
------------------
- osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -54,7 +54,8 @@ typedef struct fb_var_screeninfo t_fb_var_screeninfo;
|
||||
#define FADE_STEP 5
|
||||
#define FADE_RESET 0xFFFF
|
||||
|
||||
#define NON_BIG_WINDOWS 85 // %
|
||||
#define WINDOW_SIZE_MAX 100 // %
|
||||
#define WINDOW_SIZE_MIN 80 // %
|
||||
#define ConnectLineBox_Width 16 // px
|
||||
|
||||
/** Ausfuehrung als Singleton */
|
||||
@@ -157,7 +158,6 @@ class CFrameBuffer
|
||||
unsigned int getStride() const; // size of a single line in the framebuffer (in bytes)
|
||||
unsigned int getScreenWidth(bool real = false);
|
||||
unsigned int getScreenHeight(bool real = false);
|
||||
unsigned int getScreenPercentRel(bool force_small);
|
||||
unsigned int getScreenWidthRel(bool force_small = false);
|
||||
unsigned int getScreenHeightRel(bool force_small = false);
|
||||
unsigned int getScreenX();
|
||||
|
Reference in New Issue
Block a user