mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
plugins: add configparam 'shellwindow'
Origin commit data
------------------
Branch: ni/coolstream
Commit: b46ad0c5ae
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-09-17 (Wed, 17 Sep 2014)
Origin message was:
------------------
- plugins: add configparam 'shellwindow'
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -81,6 +81,7 @@ class CPlugins
|
||||
int posx, posy, sizex, sizey;
|
||||
bool showpig;
|
||||
bool needoffset;
|
||||
bool shellwindow;
|
||||
bool hide;
|
||||
bool operator< (const plugin& a) const
|
||||
{
|
||||
@@ -129,6 +130,7 @@ class CPlugins
|
||||
void startPlugin(const char * const filename); // start plugins by filename
|
||||
void startPlugin_by_name(const std::string & name); // start plugins by "name=" in .cfg
|
||||
void startScriptPlugin(int number);
|
||||
void popenScriptPlugin(const char * script);
|
||||
void startLuaPlugin(int number);
|
||||
bool hasPlugin(CPlugins::p_type_t type);
|
||||
|
||||
|
Reference in New Issue
Block a user