diff options
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,8 @@ struct tOsdState std::string textItem; std::string message; int currentItemIndex; + int currentTextItemScroll; + bool currentTextItemScrollReset; }; struct tVolumeState @@ -144,6 +146,7 @@ public: bool IsRecording(int CardNumber); std::string Recordings(int CardNumber); tOsdState GetOsdState(); + void ResetOsdStateScroll(); tVolumeState GetVolumeState(); bool ShowMessage(); }; |