diff options
author | Carsten Haitzler <raster@rasterman.com> | 2009-03-13 09:47:43 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2009-03-13 09:47:43 +0000 |
commit | fea71a885940218b314f002773a2ce10b7c2e0b4 (patch) | |
tree | 27fc3c5eb195675b68167a30e69072a6da8e87a4 /legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |
parent | a63715c0c48a8f68a0c665127ce973a31e1037c9 (diff) |
patch from Lars Munch for abs input device support in ecore_fb
SVN revision: 39461
Diffstat (limited to 'legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h b/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h index 6b5628196e..073236144a 100644 --- a/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h +++ b/legacy/ecore/src/lib/ecore_fb/ecore_fb_private.h | |||
@@ -20,8 +20,8 @@ | |||
20 | #define kernel_ulong_t unsigned long | 20 | #define kernel_ulong_t unsigned long |
21 | #define BITS_PER_LONG 32 | 21 | #define BITS_PER_LONG 32 |
22 | #include <linux/input.h> | 22 | #include <linux/input.h> |
23 | #undef kernel_ulong_t <-added | 23 | #undef kernel_ulong_t |
24 | #undef BITS_PER_LONG <-added | 24 | #undef BITS_PER_LONG |
25 | #else | 25 | #else |
26 | #include <linux/input.h> | 26 | #include <linux/input.h> |
27 | #endif | 27 | #endif |
@@ -53,7 +53,7 @@ struct _Ecore_Fb_Input_Device | |||
53 | /* absolute axis */ | 53 | /* absolute axis */ |
54 | int min_w, min_h; | 54 | int min_w, min_h; |
55 | double rel_w, rel_h; | 55 | double rel_w, rel_h; |
56 | 56 | int event; | |
57 | } mouse; | 57 | } mouse; |
58 | struct | 58 | struct |
59 | { | 59 | { |