From b67fb930ca28a39b12cb40c769321df52cd0ddae Mon Sep 17 00:00:00 2001 From: "garykac@chromium.org" Date: Mon, 26 Sep 2011 01:55:52 +0000 Subject: Chromoting: Undo any mouse-downs that haven't been mouse-upped. BUG=97466 TEST=manual Review URL: http://codereview.chromium.org/7973016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102687 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/proto/event.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/proto') diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto index 945d0b0..2098e70 100644 --- a/remoting/proto/event.proto +++ b/remoting/proto/event.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -26,6 +26,7 @@ message MouseEvent { BUTTON_LEFT = 1; BUTTON_MIDDLE = 2; BUTTON_RIGHT = 3; + BUTTON_MAX = 4; } // Mouse position information. -- cgit v1.1