aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgReader.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2017-02-19 15:50:29 +0100
committerPierre Ossman <ossman@cendio.se>2017-02-22 17:00:37 +0100
commita4c0aac6395b11ebb387d664fca4dcd496073a37 (patch)
tree3c49aaaf5e23d04e7f876c6388b6d927ffa0a5f8 /common/rfb/CMsgReader.h
parent1bbe02ba8b6882aaec0a7506c4df41762dfc1663 (diff)
downloadtigervnc-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.h1
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);