]> source.dussan.org Git - tigervnc.git/commit
Fully implement support for alpha cursor pseudo encoding.
authorBrian P. Hinz <bphinz@users.sf.net>
Sun, 13 Aug 2017 00:19:50 +0000 (20:19 -0400)
committerBrian P. Hinz <bphinz@users.sf.net>
Sun, 13 Aug 2017 00:24:05 +0000 (20:24 -0400)
commitd698a6c9536dfa17d8ada12d0dea5c4b53ae08e8
treeef5486d6fb447d3fd61dd93e9aa5e7896c6ea034
parent39c0784f0a74e9fd65284aa051d33883952d158e
Fully implement support for alpha cursor pseudo encoding.
Alpha cursors are not supported in java on Windows so disable
it in that case.  Ideally it would be nice to be able to test
whether or not the client OS supports it, but at the moment
MS Windows is the only one that I'm aware of that doesn't.
java/com/tigervnc/rfb/CMsgWriter.java
java/com/tigervnc/rfb/ConnParams.java
java/com/tigervnc/vncviewer/CConn.java
java/com/tigervnc/vncviewer/VncViewer.java