COsdHelpers: add signal OnBeforeChangeResolution

Origin commit data
------------------
Branch: ni/coolstream
Commit: 96844a0db0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-11-28 (Thu, 28 Nov 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2019-11-28 21:46:38 +01:00
committed by vanhofen
parent 30c4322ef2
commit c7333619e5

View File

@@ -26,6 +26,7 @@ class COsdHelpers : public sigc::trackable
uint32_t getOsdResolution();
int setVideoSystem(int newSystem, bool remember = true);
sigc::signal<void> OnAfterChangeResolution;
sigc::signal<void> OnBeforeChangeResolution;
};