mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
tuxbox-port: use new class modules,
this is one first part of ported parts from tuxbox,
comming soon there are comming more parts, but it's a lot to do,
see also: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/9565-diskussion-neutrino-goes-neutrinohd-welche-features-funktionen-aus-dem-tuxbox-cvs-%C3%BCbernehmen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@901 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 632d7dd2e9
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-11-28 (Sun, 28 Nov 2010)
------------------
This commit was generated by Migit
This commit is contained in:
19
src/global.h
19
src/global.h
@@ -49,6 +49,7 @@
|
||||
#include "gui/epgview.h"
|
||||
#include "gui/infoviewer.h"
|
||||
#include "gui/eventlist.h"
|
||||
#include "gui/videosettings.h"
|
||||
|
||||
#ifndef NEUTRINO_CPP
|
||||
#define NEUTRINO_CPP extern
|
||||
@@ -66,25 +67,27 @@
|
||||
#define NEUTRINO_PARENTALLOCKED_FILE DATADIR "/neutrino/.plocked"
|
||||
|
||||
NEUTRINO_CPP SNeutrinoSettings g_settings;
|
||||
NEUTRINO_CPP SglobalInfo g_info;
|
||||
NEUTRINO_CPP SglobalInfo g_info;
|
||||
|
||||
NEUTRINO_CPP CControldClient *g_Controld;
|
||||
NEUTRINO_CPP CZapitClient *g_Zapit;
|
||||
NEUTRINO_CPP CZapitClient *g_Zapit;
|
||||
NEUTRINO_CPP CSectionsdClient *g_Sectionsd;
|
||||
NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fontRenderer;
|
||||
|
||||
NEUTRINO_CPP Font * g_Font[FONT_TYPE_COUNT];
|
||||
NEUTRINO_CPP Font * g_SignalFont;
|
||||
|
||||
NEUTRINO_CPP CRCInput *g_RCInput;
|
||||
NEUTRINO_CPP CRCInput *g_RCInput;
|
||||
|
||||
NEUTRINO_CPP CEpgData *g_EpgData;
|
||||
NEUTRINO_CPP CInfoViewer *g_InfoViewer;
|
||||
NEUTRINO_CPP EventList *g_EventList;
|
||||
NEUTRINO_CPP CEpgData *g_EpgData;
|
||||
NEUTRINO_CPP CInfoViewer *g_InfoViewer;
|
||||
NEUTRINO_CPP EventList *g_EventList;
|
||||
|
||||
NEUTRINO_CPP CLocaleManager *g_Locale;
|
||||
NEUTRINO_CPP CLocaleManager *g_Locale;
|
||||
NEUTRINO_CPP RFmod *g_RFmod;
|
||||
|
||||
NEUTRINO_CPP CVideoSettings *g_videoSettings;
|
||||
|
||||
#endif /* __neutrino_global_h__ */
|
||||
|
Reference in New Issue
Block a user