commit | 851e6806e585090b50bbf8b8283f6acca195c390 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Sep 12 16:44:44 2017 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Sep 15 11:18:42 2017 +0200 |
tree | 3cd488eb4eb33e34150f66c7c7b22cf354f4627f | |
parent | 63cc07e800b12f6a1448ed7775f42ecec9d08fbc [diff] [blame] |
Fix shift state test in lock key heuristics
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index d3bec93..9b7b14b 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h
@@ -160,6 +160,8 @@ // Internal methods + bool isShiftPressed(); + // Congestion control void writeRTTPing(); void handleRTTPong(const struct RTTInfo &rttInfo);