mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user