Merge Linux xrandr branch into v1.8.4

This commit is contained in:
Andrew Nelless
2016-10-05 15:05:31 +01:00
2 changed files with 6 additions and 1 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