From a4c0aac6395b11ebb387d664fca4dcd496073a37 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Sun, 19 Feb 2017 15:50:29 +0100 Subject: Client support for cursors with full alpha --- common/rfb/CMsgReader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/rfb/CMsgReader.h') 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); -- cgit v1.2.3