diff --git a/src/lib/platform/XWindowsScreen.cpp b/src/lib/platform/XWindowsScreen.cpp index 14486de9..067c4f3e 100644 --- a/src/lib/platform/XWindowsScreen.cpp +++ b/src/lib/platform/XWindowsScreen.cpp @@ -1325,7 +1325,7 @@ XWindowsScreen::handleSystemEvent(const Event& event, void*) if (id != kClipboardEnd) { LOG((CLOG_DEBUG "lost clipboard %d ownership at time %d", id, xevent->xselectionclear.time)); m_clipboard[id]->lost(xevent->xselectionclear.time); - sendClipboardEvent(m_events->forIScreen().clipboardGrabbed(), id); + sendClipboardEvent(m_events->forClipboard().clipboardGrabbed(), id); return; } }