diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-11-18 13:22:13 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-11-18 13:22:13 +0100 |
commit | 581698685b9cc3155aed5f5c6c1b293dee44144a (patch) | |
tree | 26762adbf7ce6d36771e55556b0c1e199bbf3d77 /common/rfb/CConnection.cxx | |
parent | 0959ce953e3578d16e3922a9326968f3cf449fb2 (diff) | |
parent | c40d8a4debbfbf98045ef25fcac91672f0cc1049 (diff) | |
download | tigervnc-581698685b9cc3155aed5f5c6c1b293dee44144a.tar.gz tigervnc-581698685b9cc3155aed5f5c6c1b293dee44144a.zip |
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Diffstat (limited to 'common/rfb/CConnection.cxx')
-rw-r--r-- | common/rfb/CConnection.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx index a4d6d173..c6feef9f 100644 --- a/common/rfb/CConnection.cxx +++ b/common/rfb/CConnection.cxx @@ -837,6 +837,7 @@ void CConnection::updateEncodings() encodings.push_back(pseudoEncodingContinuousUpdates); encodings.push_back(pseudoEncodingFence); encodings.push_back(pseudoEncodingQEMUKeyEvent); + encodings.push_back(pseudoEncodingExtendedMouseButtons); if (Decoder::supported(preferredEncoding)) { encodings.push_back(preferredEncoding); |