Added cOsdProvider::OsdSizeChanged()

This commit is contained in:
Klaus Schmidinger
2015-01-15 11:33:58 +01:00
parent be9a6de0ef
commit 66c65beea7
6 changed files with 32 additions and 4 deletions

View File

@@ -8376,3 +8376,6 @@ Video Disk Recorder Revision History
- Plugins can now implement the function SetMenuSortMode() in their skin objects
derived from cSkinDisplayMenu, to get informed about the currently used sort
mode, if applicable (suggested by Martin Schirrmacher).
- Added cOsdProvider::OsdSizeChanged(), which plugins that implement an output device
can call to signal a change in the OSD that requires a redraw of the currently
displayed object (thanks to Thomas Reufer).