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
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h
index ec7b05b..2be0768 100644
--- a/vncviewer/DesktopWindow.h
+++ b/vncviewer/DesktopWindow.h
@@ -43,10 +43,6 @@
// Most efficient format (from DesktopWindow's point of view)
const rfb::PixelFormat &getPreferredPF();
- // setCursor() sets the shape of the local cursor
- void setCursor(int width, int height, const rfb::Point& hotspot,
- void* data, void* mask);
-
// Flush updates to screen
void updateWindow();
@@ -67,6 +63,9 @@
void resizeFramebuffer(int new_w, int new_h);
+ void setCursor(int width, int height, const rfb::Point& hotspot,
+ void* data, void* mask);
+
// Fl_Window callback methods
void resize(int x, int y, int w, int h);