diff options
| author | 2019-07-18 01:31:55 -0400 | |
|---|---|---|
| committer | 2019-07-18 01:31:55 -0400 | |
| commit | 0f98c212db6e4cfd750dc1a52a31ddf9396a5e07 (patch) | |
| tree | bd0bd43b383bccc43d1950fd356472d69f9cd0f1 /src/lib/platform/XWindowsClipboard.h | |
| parent | d8c416864c505aea70c70fd0d5f7991aa50d2ff9 (diff) | |
| parent | a916009d4b29995ea8ad61ad47a51c2ee1fa80bc (diff) | |
Update upstream source from tag 'upstream/2.3.0+dfsg'
Update to upstream version '2.3.0+dfsg'
with Debian dir f701d582fe3b6bb5189dbf035102670db9c2516b
Diffstat (limited to 'src/lib/platform/XWindowsClipboard.h')
| -rw-r--r-- | src/lib/platform/XWindowsClipboard.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/platform/XWindowsClipboard.h b/src/lib/platform/XWindowsClipboard.h index cf20e82..f00c3fc 100644 --- a/src/lib/platform/XWindowsClipboard.h +++ b/src/lib/platform/XWindowsClipboard.h @@ -23,6 +23,7 @@ #include "common/stdmap.h" #include "common/stdlist.h" #include "common/stdvector.h" +#include "XWindowsImpl.h" #if X_DISPLAY_MISSING # error X11 is required to build barrier @@ -39,7 +40,8 @@ public: Use \c window as the window that owns or interacts with the clipboard identified by \c id. */ - XWindowsClipboard(Display*, Window window, ClipboardID id); + XWindowsClipboard(IXWindowsImpl* impl, Display*, Window window, + ClipboardID id); virtual ~XWindowsClipboard(); //! Notify clipboard was lost @@ -284,6 +286,7 @@ private: private: typedef std::vector<IXWindowsClipboardConverter*> ConverterList; + IXWindowsImpl* m_impl; Display* m_display; Window m_window; |
