~ubuntu-branches/ubuntu/lucid/virtualbox-ose/lucid-backports

« back to all changes in this revision

Viewing changes to src/VBox/Additions/x11/vboxmouse/xorg71/mouse.c

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-09-24 21:23:00 UTC
  • mfrom: (41.1.5 maverick)
  • Revision ID: james.westby@ubuntu.com-20100924212300-th5owzelwdee5sw0
Tags: 3.2.8-dfsg-2ubuntu1~lucid1
* Backport to lucid.
  - debian/rules: set X11_BACKPORT = lucid

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
#include <math.h>
77
77
#include <string.h>
 
78
#ifdef RT_OS_FREEBSD
 
79
# include <strings.h>
 
80
#endif
78
81
#include <stdio.h>
79
82
#define NEED_EVENTS
80
83
#include <X11/X.h>