This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

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

  • Loading branch information...
nlyan committed Sep 23, 2016
1 parent 5b7392d commit dd88e324d721536a1d03a2897e4b3c84675aa632
Showing with 2 additions and 0 deletions.
  1. +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

Please sign in to comment.