aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-11-18 13:22:13 +0100
committerPierre Ossman <ossman@cendio.se>2024-11-18 13:22:13 +0100
commit581698685b9cc3155aed5f5c6c1b293dee44144a (patch)
tree26762adbf7ce6d36771e55556b0c1e199bbf3d77 /common/rfb/CConnection.cxx
parent0959ce953e3578d16e3922a9326968f3cf449fb2 (diff)
parentc40d8a4debbfbf98045ef25fcac91672f0cc1049 (diff)
downloadtigervnc-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.cxx1
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);