diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-02-19 15:50:29 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-02-22 17:00:37 +0100 |
commit | a4c0aac6395b11ebb387d664fca4dcd496073a37 (patch) | |
tree | 3c49aaaf5e23d04e7f876c6388b6d927ffa0a5f8 /common/rfb/CMsgReader.h | |
parent | 1bbe02ba8b6882aaec0a7506c4df41762dfc1663 (diff) | |
download | tigervnc-a4c0aac6395b11ebb387d664fca4dcd496073a37.tar.gz tigervnc-a4c0aac6395b11ebb387d664fca4dcd496073a37.zip |
Client support for cursors with full alpha
Diffstat (limited to 'common/rfb/CMsgReader.h')
-rw-r--r-- | common/rfb/CMsgReader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h index 296d99f0..ff73414e 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h @@ -62,6 +62,7 @@ namespace rfb { void readSetXCursor(int width, int height, const Point& hotspot); void readSetCursor(int width, int height, const Point& hotspot); + void readSetCursorWithAlpha(int width, int height, const Point& hotspot); void readSetDesktopName(int x, int y, int w, int h); void readExtendedDesktopSize(int x, int y, int w, int h); |