mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
neutrino.cpp: add signal OnBeforeSetupFonts
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab95fde04c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-11-09 (Sat, 09 Nov 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2420,6 +2420,7 @@ void CNeutrinoApp::SetupFrameBuffer()
|
||||
|
||||
void CNeutrinoApp::SetupFonts(int fmode)
|
||||
{
|
||||
OnBeforeSetupFonts();
|
||||
if (neutrinoFonts == NULL)
|
||||
neutrinoFonts = CNeutrinoFonts::getInstance();
|
||||
|
||||
|
@@ -233,6 +233,7 @@ public:
|
||||
sigc::signal<void> OnBeforeRestart;
|
||||
sigc::signal<void> OnShutDown;
|
||||
sigc::signal<void> OnAfterSetupFonts;
|
||||
sigc::signal<void> OnBeforeSetupFonts;
|
||||
void channelRezap();
|
||||
|
||||
void g_settings_video_Mode(int value) { g_settings.video_Mode = value; }
|
||||
|
Reference in New Issue
Block a user