From: John Wolfe Date: Wed, 30 Jun 2021 18:37:27 +0000 (-0700) Subject: Changes to a common header file not directly applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843e5851ac692c4bcaca1cfa262eda7e610417f0;p=thirdparty%2Fopen-vm-tools.git Changes to a common header file not directly applicable to open-vm-tools. This is part of a host-side fix for an intermittent DnD issue. --- diff --git a/open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh b/open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh index 1e5f3870d..cb166512a 100644 --- a/open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh +++ b/open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2010-2019 VMware, Inc. All rights reserved. + * Copyright (C) 2010-2021 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -120,7 +120,7 @@ public: protected: virtual void OnRpcSrcDragBegin(uint32 sessionId, const CPClipboard *clip) = 0; - void OnRpcQueryExiting(uint32 sessionId, int32 x, int32 y); + virtual void OnRpcQueryExiting(uint32 sessionId, int32 x, int32 y); void OnRpcUpdateUnityDetWnd(uint32 sessionId, bool show, uint32 unityWndId);