]> source.dussan.org Git - tigervnc.git/commit
Support the VMware Cursor Position extension on vncviewer 1212/head
authorlhchavez <lhchavez@lhchavez.com>
Mon, 8 Feb 2021 15:09:10 +0000 (07:09 -0800)
committerlhchavez <lhchavez@lhchavez.com>
Thu, 11 Mar 2021 13:15:46 +0000 (05:15 -0800)
commit51f10f7c83b0e4a6d7427849ad4cbb1cba6ea7c2
treebc6f121c25203db907d4ce4cb75b5a11bca26534
parentcd2a882e53d9a7b65b320832da60c307a13c6745
Support the VMware Cursor Position extension on vncviewer

This change makes it possible for re-synchronizing the remote cursor on
the vncviewer when in fullscreen mode. This is done by locally moving
the cursor position to what the server thinks it should be.

Now SDL games should work!
13 files changed:
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgHandler.h
common/rfb/CMsgReader.cxx
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/encodings.h
tests/perf/decperf.cxx
tests/perf/encperf.cxx
vncviewer/CConn.cxx
vncviewer/CConn.h
vncviewer/DesktopWindow.cxx
vncviewer/DesktopWindow.h