~ubuntu-branches/ubuntu/oneiric/open-vm-tools/oneiric

« back to all changes in this revision

Viewing changes to vmware-user/pointer.c

  • 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:
30
30
#include "debug.h"
31
31
#include "str.h"
32
32
#include "strutil.h"
33
 
#include "vm_app.h"
34
33
#include "guestApp.h"
35
34
#include "eventManager.h"
 
35
#include "vmware/guestrpc/tclodefs.h"
36
36
 
37
37
static GuestAppAbsoluteMouseState absoluteMouseState = GUESTAPP_ABSMOUSE_UNKNOWN;
38
38
static Bool mouseIsGrabbed;