#4420 Send screen shape change event on Linux (xrandr)
This commit is contained in:
parent
5b7392d302
commit
dd88e324d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue