- screensaver: move configuration to own submenu

This commit is contained in:
vanhofen
2014-12-25 21:12:35 +01:00
committed by svenhoefer
parent 153e7dba91
commit 3206e35e20
7 changed files with 37 additions and 17 deletions

View File

@@ -71,6 +71,7 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
void showOsdVolumeSetup(CMenuWidget *menu_volume);
void showOsdInfoclockSetup(CMenuWidget *menu_infoclock);
void showOsdScreenShotSetup(CMenuWidget *menu_screenshot);
void showOsdScreensaverSetup(CMenuWidget *menu_screensaver);
void paintWindowSize(int w, int h);
void AddFontSettingItem(CMenuWidget &font_Settings, const SNeutrinoSettings::FONT_TYPES number_of_fontsize_entry);