summaryrefslogtreecommitdiffstats
path: root/x0vncserver/PollingManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'x0vncserver/PollingManager.h')
-rw-r--r--x0vncserver/PollingManager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/x0vncserver/PollingManager.h b/x0vncserver/PollingManager.h
index 9befee9b..59eb22e0 100644
--- a/x0vncserver/PollingManager.h
+++ b/x0vncserver/PollingManager.h
@@ -43,6 +43,7 @@ public:
protected:
+ void poll_DetectVideo();
void poll_SkipCycles();
void poll_Traditional();
void poll_Dumb();
@@ -61,9 +62,12 @@ protected:
char *m_statusMatrix;
+ char *m_rateMatrix;
+ char *m_videoFlags;
+ char *m_changedFlags;
+
unsigned int m_pollingStep;
static const int m_pollingOrder[];
- static const char m_bitsSet[];
};