commit | 6a1a0d0c578e39338e757edf59cf8806a9d86b0f | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Sun Feb 19 15:48:17 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Feb 22 16:58:10 2017 +0100 |
tree | a82ede30f7e9d1f36b3169acb6a7a6a4f936ad78 | |
parent | e20cf62bbdefd48979603105d60c3a170eb2ece6 [diff] [blame] |
Change cursor API to use RGBA data This will allow us to use better formats that preserve the entire alpha channel.
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx index 74c40d1..e7a5dcf 100644 --- a/common/rfb/VNCSConnectionST.cxx +++ b/common/rfb/VNCSConnectionST.cxx
@@ -1119,7 +1119,7 @@ if (state() != RFBSTATE_NORMAL) return; - cp.setCursor(server->cursor); + cp.setCursor(*server->cursor); if (!writer()->writeSetCursor()) { if (!writer()->writeSetXCursor()) {