mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
x11: Wrap platform functions in XWindowsEventQueueBuffer class
This commit is contained in:
committed by
Adrian Lucrèce Céleste
parent
2c32270d49
commit
51118014b1
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user