mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
rename screen_x/yres to font_scaling_x/y
Origin commit data
------------------
Branch: ni/coolstream
Commit: aeec37af89
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-12 (Thu, 12 Jan 2017)
Origin message was:
------------------
- rename screen_x/yres to font_scaling_x/y
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
deb1f1c331
commit
050a0c720c
@@ -619,8 +619,6 @@ struct SNeutrinoSettings
|
||||
int screen_preset;
|
||||
int screen_width;
|
||||
int screen_height;
|
||||
int screen_xres;
|
||||
int screen_yres;
|
||||
|
||||
//Software-update
|
||||
int softupdate_mode;
|
||||
@@ -778,9 +776,13 @@ struct SNeutrinoSettings
|
||||
int zap_cycle;
|
||||
int sms_channel;
|
||||
int sms_movie;
|
||||
|
||||
std::string font_file;
|
||||
std::string ttx_font_file;
|
||||
|
||||
int font_scaling_x;
|
||||
int font_scaling_y;
|
||||
|
||||
int livestreamResolution;
|
||||
std::string livestreamScriptPath;
|
||||
|
||||
|
Reference in New Issue
Block a user