summaryrefslogtreecommitdiffstats
path: root/source/a/gpm/gpm-1.20.1-input-defines.diff
blob: 4a925a6a3989ebad2c6ce2cce8dfb08d6a393d5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- ./src/headers/input-defines.h.orig	2006-12-11 19:56:14.000000000 -0600
+++ ./src/headers/input-defines.h	2006-12-11 19:59:30.000000000 -0600
@@ -59,23 +59,4 @@
 #define PSMOUSE_SYNAPTICS     7
 #endif
 
-#ifndef HAVE_INPUT_ID
-struct input_id {
-   unsigned short bustype;
-   unsigned short vendor;
-   unsigned short product;
-   unsigned short version;
-};
-#endif
-
-#ifndef HAVE_INPUT_ABSINFO
-struct input_absinfo {
-   int value;
-   int minimum;
-   int maximum;
-   int fuzz;
-   int flat;
-};
-#endif
-
 #endif