~ubuntu-branches/ubuntu/lucid/xf86-input-evtouch/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_include_xf86_ansic_h.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-03-23 12:32:10 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100323123210-tbigv48eub4e2wwh
Tags: 0.8.8-2build1
* Fakesync with Debian unstable (different .orig.tar.gz)
  + Drop fdi files since we no longer use HAL.
  + Fix to calibration code was taken upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: xserver-xorg-input-evtouch/libtouch.c
2
 
===================================================================
3
 
--- xserver-xorg-input-evtouch.orig/libtouch.c  2007-09-11 23:00:20.762131559 +0900
4
 
+++ xserver-xorg-input-evtouch/libtouch.c       2007-09-11 23:00:43.263413833 +0900
5
 
@@ -34,7 +34,6 @@
6
 
 #ifndef NEED_XF86_TYPES
7
 
 #define NEED_XF86_TYPES
8
 
 #endif
9
 
-#include <xf86_ansic.h>
10
 
 #include <xf86_OSproc.h>
11
 
 #include <xf86Xinput.h>
12
 
 #include <exevents.h>
13
 
Index: xserver-xorg-input-evtouch/libtouch.h
14
 
===================================================================
15
 
--- xserver-xorg-input-evtouch.orig/libtouch.h  2007-09-11 23:00:20.762131559 +0900
16
 
+++ xserver-xorg-input-evtouch/libtouch.h       2007-09-11 23:00:51.263869754 +0900
17
 
@@ -1,5 +1,6 @@
18
 
 #ifndef _libtouch_H_
19
 
 #define _libtouch_H_
20
 
+#include <xf86_ansic.h>
21
 
 #include <os.h>
22
 
 
23
 
 #define TOUCHED 0x01