diff options
Diffstat (limited to 'src/lib/platform/XWindowsEventQueueBuffer.h')
| -rw-r--r-- | src/lib/platform/XWindowsEventQueueBuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/platform/XWindowsEventQueueBuffer.h b/src/lib/platform/XWindowsEventQueueBuffer.h index e49b282..13f6b16 100644 --- a/src/lib/platform/XWindowsEventQueueBuffer.h +++ b/src/lib/platform/XWindowsEventQueueBuffer.h @@ -51,6 +51,8 @@ public: private: void flush(); + int getPendingCountLocked(); + private: typedef std::vector<XEvent> EventList; IXWindowsImpl* m_impl; |
