#4420 Send screen shape change event on Linux (xrandr)

This commit is contained in:
Andrew Nelless 2016-09-23 15:30:22 +01:00
parent 5b7392d302
commit dd88e324d7
1 changed files with 2 additions and 0 deletions

View File

@ -1442,6 +1442,8 @@ XWindowsScreen::handleSystemEvent(const Event& event, void*)
XMoveWindow(m_display, m_window, m_x, m_y);
XResizeWindow(m_display, m_window, m_w, m_h);
}
sendEvent(m_events->forIScreen().shapeChanged());
}
}
#endif