~n-muench/ubuntu/quantal/open-vm-tools/open-vm-tools.may2.sid-sync

« back to all changes in this revision

Viewing changes to vmware-user/vmwareuserInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-30 09:48:43 UTC
  • mfrom: (1.1.5 upstream) (2.4.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090530094843-gdpza57r5iqsf124
Tags: 2009.05.22-167859-1
MergingĀ upstreamĀ versionĀ 2009.05.22-167859.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "vm_basic_types.h"
36
36
#include "rpcout.h"
37
37
#include "rpcin.h"
 
38
#include "dnd.h"
38
39
 
39
40
#include "guestApp.h"
40
41
 
119
120
extern Window gXRoot;
120
121
extern DblLnkLst_Links *gEventQueue;
121
122
extern GtkWidget *gUserMainWidget;
122
 
extern int gBlockFd;
 
123
extern DnDBlockControl gBlockCtrl;
123
124
 
124
125
#endif // _VMWAREUSER_INT_H_