~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to vmware-user/dndUI.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
extern "C" {
29
29
#include "vmwareuserInt.h"
30
30
#include "vmblock.h"
31
 
#include "vm_app.h"
32
31
#include "file.h"
33
32
#include "dnd.h"
34
33
#include "dndMsg.h"
42
41
#include "unity.h"
43
42
#include <gtk/gtk.h>
44
43
#include <X11/extensions/XTest.h>       /* for XTest*() */
 
44
#include "vmware/guestrpc/tclodefs.h"
45
45
}
46
46
 
47
47
#include "dndGuest.h"