diff options
Diffstat (limited to 'vncviewer/DesktopWindow.h')
-rw-r--r-- | vncviewer/DesktopWindow.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index ec7b05b7..2be07680 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h @@ -43,10 +43,6 @@ public: // 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 @@ public: 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); |