]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:30 +0000 (12:51 -0800)
committerOliver Kurth <okurth@vmware.com>
Tue, 19 Feb 2019 20:51:30 +0000 (12:51 -0800)
open-vm-tools/services/plugins/dndcp/dndGuestBase/guestDnD.hh

index e452e72271b5c9d9917f2223a35c96fec908a7c5..f9db75b82ff7a7c381966f5dd15bb72975323500 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2019 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
@@ -111,6 +111,7 @@ public:
    void VmxDnDVersionChanged(uint32 version);
    bool IsDragEnterAllowed(void);
    Bool CheckCapability(uint32 capsRequest);
+   virtual bool NeedDoMouseCoordinateConversion() { return true; }
 
    static gboolean DnDUngrabTimeout(void *clientData);
    static gboolean DnDHideDetWndTimer(void *clientData);