]> source.dussan.org Git - tigervnc.git/commit
Correctly handle screen layout with offset
authorPierre Ossman <ossman@cendio.se>
Thu, 17 Jun 2021 13:39:30 +0000 (15:39 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 17 Jun 2021 13:39:30 +0000 (15:39 +0200)
commit86a564a706d63a408817389ea509bf2be6de8315
treeb23849a5ea67e7a86c90b02bcf350c3c44ebbcb7
parent9ec1f360dedfe0294c183247f78ea226574f407a
Correctly handle screen layout with offset

We miscalculated the screen layout if the geometry had an offset as we
adjusted the real screen layout to account for the offset, but compared
it to the unadjusted geometry.
unix/x0vncserver/XDesktop.cxx