]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to a common header file not directly applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 30 Jun 2021 18:37:27 +0000 (11:37 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 30 Jun 2021 18:37:27 +0000 (11:37 -0700)
This is part of a host-side fix for an intermittent DnD issue.

open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh

index 1e5f3870d993e7bb36df2221baaaf7e779689ea1..cb166512a60bf0ebf2aed1ce875e5e3ecc19f8c5 100644 (file)
@@ -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);