mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 21:58:29 +02:00
move ENABLE_CHANGE_OSD_RESOLUTION to scale2Res() function
Origin commit data
------------------
Commit: 43dbfed1ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)
Origin message was:
------------------
- move ENABLE_CHANGE_OSD_RESOLUTION to scale2Res() function
This commit is contained in:
@@ -297,8 +297,10 @@ int CFbAccelCSHD2::scale2Res(int size)
|
||||
So let's scale these values to other resolutions.
|
||||
*/
|
||||
|
||||
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
|
||||
if (screeninfo.xres == 1920)
|
||||
size += size/2;
|
||||
#endif
|
||||
|
||||
return size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user