Permalink
Browse files
#4420 Send screen shape change event on Linux (xrandr)
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/lib/platform/XWindowsScreen.cpp
|
|
@@ -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
|
|
|
|
0 comments on commit
dd88e32