mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
global.h: formatting code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f18a6942d
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Origin message was:
------------------
- global.h: formatting code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
38
src/global.h
38
src/global.h
@@ -1,5 +1,3 @@
|
||||
#ifndef __neutrino_global_h__
|
||||
#define __neutrino_global_h__
|
||||
/*
|
||||
Neutrino-GUI - DBoxII-Project
|
||||
|
||||
@@ -19,10 +17,12 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __neutrino_global_h__
|
||||
#define __neutrino_global_h__
|
||||
|
||||
#include <system/settings.h>
|
||||
|
||||
#ifndef NEUTRINO_CPP
|
||||
@@ -56,17 +56,6 @@
|
||||
NEUTRINO_CPP SNeutrinoSettings g_settings;
|
||||
NEUTRINO_CPP SglobalInfo g_info;
|
||||
|
||||
#ifdef HAVE_CONTROLD
|
||||
class CControldClient;
|
||||
NEUTRINO_CPP CControldClient *g_Controld;
|
||||
#endif
|
||||
class CZapitClient;
|
||||
NEUTRINO_CPP CZapitClient *g_Zapit;
|
||||
class CSectionsdClient;
|
||||
NEUTRINO_CPP CSectionsdClient *g_Sectionsd;
|
||||
class CTimerdClient;
|
||||
NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
||||
class FBFontRenderClass;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fontRenderer;
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fixedFontRenderer;
|
||||
@@ -79,22 +68,41 @@ NEUTRINO_CPP Font * g_FixedFont[SNeutrinoSettings::FONT_TYPE_FIXED_COUNT];
|
||||
NEUTRINO_CPP Font *g_SignalFont;
|
||||
NEUTRINO_CPP Font *g_ShellFont;
|
||||
|
||||
#ifdef HAVE_CONTROLD
|
||||
class CControldClient;
|
||||
NEUTRINO_CPP CControldClient *g_Controld;
|
||||
#endif
|
||||
|
||||
class CZapitClient;
|
||||
NEUTRINO_CPP CZapitClient *g_Zapit;
|
||||
|
||||
class CSectionsdClient;
|
||||
NEUTRINO_CPP CSectionsdClient *g_Sectionsd;
|
||||
|
||||
class CTimerdClient;
|
||||
NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
||||
class CRCInput;
|
||||
NEUTRINO_CPP CRCInput *g_RCInput;
|
||||
|
||||
class CEpgData;
|
||||
NEUTRINO_CPP CEpgData *g_EpgData;
|
||||
|
||||
class CInfoViewer;
|
||||
NEUTRINO_CPP CInfoViewer *g_InfoViewer;
|
||||
|
||||
class CEventList;
|
||||
NEUTRINO_CPP CEventList *g_EventList;
|
||||
|
||||
class CLocaleManager;
|
||||
NEUTRINO_CPP CLocaleManager *g_Locale;
|
||||
|
||||
class CVideoSettings;
|
||||
NEUTRINO_CPP CVideoSettings *g_videoSettings;
|
||||
|
||||
class CRadioText;
|
||||
NEUTRINO_CPP CRadioText *g_Radiotext;
|
||||
|
||||
class CRadioTextGUI;
|
||||
NEUTRINO_CPP CRadioTextGUI *g_RadiotextWin;
|
||||
|
||||
|
Reference in New Issue
Block a user