commit | a4c0aac6395b11ebb387d664fca4dcd496073a37 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Sun Feb 19 15:50:29 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Feb 22 17:00:37 2017 +0100 |
tree | 3c49aaaf5e23d04e7f876c6388b6d927ffa0a5f8 | |
parent | 1bbe02ba8b6882aaec0a7506c4df41762dfc1663 [diff] [blame] |
Client support for cursors with full alpha
diff --git a/common/rfb/encodings.h b/common/rfb/encodings.h index 5c6c5ea..a65d863 100644 --- a/common/rfb/encodings.h +++ b/common/rfb/encodings.h
@@ -38,6 +38,7 @@ const int pseudoEncodingDesktopName = -307; const int pseudoEncodingFence = -312; const int pseudoEncodingContinuousUpdates = -313; + const int pseudoEncodingCursorWithAlpha = -314; // TightVNC-specific const int pseudoEncodingLastRect = -224;