commit | 8053c8e2f3b41a80733e3689d1fb689bb3aa14a2 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Feb 21 12:59:04 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Feb 22 17:00:43 2017 +0100 |
tree | a0f62ccebd6da1ade08f33173d14b6fb8da16cdd | |
parent | a4c0aac6395b11ebb387d664fca4dcd496073a37 [diff] [blame] |
Server support for cursor with alpha
diff --git a/common/rfb/ConnParams.h b/common/rfb/ConnParams.h index 517e649..5e53893 100644 --- a/common/rfb/ConnParams.h +++ b/common/rfb/ConnParams.h
@@ -88,6 +88,7 @@ bool supportsLocalCursor; bool supportsLocalXCursor; + bool supportsLocalCursorWithAlpha; bool supportsDesktopResize; bool supportsExtendedDesktopSize; bool supportsDesktopRename;