From aff63abe4aab64fb8d19c1ffe43d13ece3a6dbc0 Mon Sep 17 00:00:00 2001 From: george82 Date: Wed, 16 Mar 2005 13:48:59 +0000 Subject: [PATCH] Changed the possibility to play/pause the rfb session from the right mouse button to the left button. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@247 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- rfbplayer/rfbplayer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx index a4942076..94716dba 100644 --- a/rfbplayer/rfbplayer.cxx +++ b/rfbplayer/rfbplayer.cxx @@ -547,8 +547,8 @@ LRESULT RfbPlayer::processFrameMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARA } return 0; - // Process play/pause by the right mouse button - case WM_RBUTTONDOWN: + // Process play/pause by the left mouse button + case WM_LBUTTONDOWN: SendMessage(getMainHandle(), WM_COMMAND, ID_PLAYPAUSE, 0); return 0; -- 2.39.5