more QuadPiP stuff (still NOT ready!)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f11a004b7
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-15 14:55:29 +02:00
committed by vanhofen
parent f6140492b6
commit 55a7c67a97
7 changed files with 54 additions and 0 deletions

View File

@@ -2574,6 +2574,11 @@ typedef enum
LOCALE_PLUGINTYPE_LUA,
LOCALE_PLUGINTYPE_SCRIPT,
LOCALE_PLUGINTYPE_TOOL,
LOCALE_QUADPIP,
LOCALE_QUADPIP_1,
LOCALE_QUADPIP_2,
LOCALE_QUADPIP_3,
LOCALE_QUADPIP_4,
LOCALE_RCLOCK_LOCKED,
LOCALE_RCLOCK_LOCKMSG,
LOCALE_RCLOCK_TITLE,

View File

@@ -2574,6 +2574,11 @@ const char * locale_real_names[] =
"plugintype.lua",
"plugintype.script",
"plugintype.tool",
"quadpip",
"quadpip_1",
"quadpip_2",
"quadpip_3",
"quadpip_4",
"rclock.locked",
"rclock.lockmsg",
"rclock.title",

View File

@@ -956,6 +956,11 @@ struct SNeutrinoSettings
int pip_radio_y;
#endif
#if ENABLE_PIP && ENABLE_QUADPIP
std::string quadpip_channel_window[4];
int quadpip_channel_id_window[4];
#endif
// pictureviewer
int picviewer_scaling;
int picviewer_slide_time;