x11: Wrap platform functions in XWindowsEventQueueBuffer class

This commit is contained in:
Monika Kairaityte
2018-11-11 11:23:20 +02:00
committed by Adrian Lucrèce Céleste
parent 2c32270d49
commit 51118014b1
6 changed files with 19 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ XWindowsScreen::XWindowsScreen(
&XWindowsScreen::handleSystemEvent));
// install the platform event queue
m_events->adoptBuffer(new XWindowsEventQueueBuffer(
m_events->adoptBuffer(new XWindowsEventQueueBuffer(m_impl,
m_display, m_window, m_events));
}