summaryrefslogtreecommitdiffstats
path: root/win/vncviewer/DesktopWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/vncviewer/DesktopWindow.h')
-rw-r--r--win/vncviewer/DesktopWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/vncviewer/DesktopWindow.h b/win/vncviewer/DesktopWindow.h
index f8d3ac32..6e7a1d0b 100644
--- a/win/vncviewer/DesktopWindow.h
+++ b/win/vncviewer/DesktopWindow.h
@@ -56,6 +56,10 @@ namespace rfb {
// - Window message handling procedure for the framebuffer window
LRESULT processFrameMessage(UINT msg, WPARAM wParam, LPARAM lParam);
+ // - Separate message handling procedure for mouse events
+ // It's called from both processMessage() and processFrameMessage()
+ void processMouseMessage(UINT msg, WPARAM wParam, LPARAM lParam);
+
// - Determine the native pixel format of the window
// This can (and often will) differ from the PixelBuffer format
PixelFormat getNativePF() const;