summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/state.h b/state.h
index a584bd0..d2a8304 100644
--- a/state.h
+++ b/state.h
@@ -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();
};