From a916009d4b29995ea8ad61ad47a51c2ee1fa80bc Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 18 Jul 2019 01:31:43 -0400 Subject: New upstream version 2.3.0+dfsg --- src/lib/platform/XWindowsScreenSaver.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/platform/XWindowsScreenSaver.h') diff --git a/src/lib/platform/XWindowsScreenSaver.h b/src/lib/platform/XWindowsScreenSaver.h index db85f41..1761db2 100644 --- a/src/lib/platform/XWindowsScreenSaver.h +++ b/src/lib/platform/XWindowsScreenSaver.h @@ -21,6 +21,7 @@ #include "barrier/IScreenSaver.h" #include "base/IEventQueue.h" #include "common/stdmap.h" +#include "XWindowsImpl.h" #if X_DISPLAY_MISSING # error X11 is required to build barrier @@ -34,7 +35,8 @@ class EventQueueTimer; //! X11 screen saver implementation class XWindowsScreenSaver : public IScreenSaver { public: - XWindowsScreenSaver(Display*, Window, void* eventTarget, IEventQueue* events); + XWindowsScreenSaver(IXWindowsImpl* impl, Display*, Window, + void* eventTarget, IEventQueue* events); virtual ~XWindowsScreenSaver(); //! @name manipulators @@ -112,6 +114,8 @@ private: private: typedef std::map WatchList; + IXWindowsImpl* m_impl; + // the X display Display* m_display; -- cgit v1.2.3