diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-06-08 17:02:36 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-06-08 17:02:36 +0000 |
commit | 835b4ef7cdf7df1f91aa0d337a5a4537011d4742 (patch) | |
tree | 9131abc63a9f55bc265c6d77aba6bada7911ba71 /vncviewer/CConn.cxx | |
parent | 494271583e29d6d15036989322c62f88f941bc32 (diff) | |
download | tigervnc-835b4ef7cdf7df1f91aa0d337a5a4537011d4742.tar.gz tigervnc-835b4ef7cdf7df1f91aa0d337a5a4537011d4742.zip |
Add support for cursors to the new viewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4472 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r-- | vncviewer/CConn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx index 3a6c038d..a4392a35 100644 --- a/vncviewer/CConn.cxx +++ b/vncviewer/CConn.cxx @@ -391,7 +391,7 @@ void CConn::copyRect(const rfb::Rect& r, int sx, int sy) void CConn::setCursor(int width, int height, const Point& hotspot, void* data, void* mask) { -// desktop->setCursor(width, height, hotspot, data, mask); + desktop->setCursor(width, height, hotspot, data, mask); } ////////////////////// Internal methods ////////////////////// |