]> source.dussan.org Git - tigervnc.git/commitdiff
Changed the possibility to play/pause the rfb session
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Wed, 16 Mar 2005 13:48:59 +0000 (13:48 +0000)
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Wed, 16 Mar 2005 13:48:59 +0000 (13:48 +0000)
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

index a4942076703f6247fd47ecba1934bc3fda0e4fc9..94716dbabfffd1c8ac65f3f87d4293c577e9c7e3 100644 (file)
@@ -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;