mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
auto-enumerate FONT_TYPE_COUNT instead of defining it
Conflicts: src/system/settings.h
This commit is contained in:
committed by
[CST] Focus
parent
c0c008190e
commit
5954735ed8
@@ -87,7 +87,7 @@ NEUTRINO_CPP CTimerdClient *g_Timerd;
|
||||
|
||||
NEUTRINO_CPP FBFontRenderClass *g_fontRenderer;
|
||||
|
||||
NEUTRINO_CPP Font * g_Font[FONT_TYPE_COUNT];
|
||||
NEUTRINO_CPP Font * g_Font[SNeutrinoSettings::FONT_TYPE_COUNT];
|
||||
NEUTRINO_CPP Font * g_SignalFont;
|
||||
|
||||
NEUTRINO_CPP CRCInput *g_RCInput;
|
||||
|
Reference in New Issue
Block a user