mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
COsdHelpers: add signal OnBeforeChangeResolution
This commit is contained in:
@@ -26,6 +26,7 @@ class COsdHelpers : public sigc::trackable
|
|||||||
uint32_t getOsdResolution();
|
uint32_t getOsdResolution();
|
||||||
int setVideoSystem(int newSystem, bool remember = true);
|
int setVideoSystem(int newSystem, bool remember = true);
|
||||||
sigc::signal<void> OnAfterChangeResolution;
|
sigc::signal<void> OnAfterChangeResolution;
|
||||||
|
sigc::signal<void> OnBeforeChangeResolution;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user