commit | 6b68f977880530e95dc31a1f342a11f2c36b75a1 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Sun Feb 19 15:51:19 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Feb 22 16:58:30 2017 +0100 |
tree | da0be948b42ffa068f240a19ecbc3f8cfac179e1 | |
parent | 6b75e7705c7608dbea3bdc6301b368d7ea6293b2 [diff] [blame] |
Client support for X Cursor
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h index 42c6496..296d99f 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h
@@ -60,6 +60,7 @@ void readRect(const Rect& r, int encoding); + void readSetXCursor(int width, int height, const Point& hotspot); void readSetCursor(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);