Advertisement
Guest User

QtWayland 5.4 backport to 5.3 patch

a guest
Oct 19th, 2014
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.75 KB | None | 0 0
  1. Index: git/src/client/qwaylandscreen.cpp
  2. ===================================================================
  3. --- git.orig/src/client/qwaylandscreen.cpp      2014-09-29 13:51:47.808745267 +0800
  4. +++ git/src/client/qwaylandscreen.cpp   2014-09-29 14:03:46.872749198 +0800
  5. @@ -220,7 +220,8 @@
  6.          QWindowSystemInterface::handleScreenOrientationChange(screen(), m_orientation);
  7.          mTransform = -1;
  8.      }
  9. -    QWindowSystemInterface::handleScreenGeometryChange(screen(), mGeometry, mGeometry);
  10. +    QWindowSystemInterface::handleScreenGeometryChange(screen(), mGeometry);
  11. +    QWindowSystemInterface::handleScreenAvailableGeometryChange(screen(), mGeometry);
  12.      QWindowSystemInterface::handleScreenRefreshRateChange(screen(), refreshRate());
  13.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement