diff options
author | Zephaniah E. Hull <warp@aehallh.com> | 2006-04-08 17:23:06 +0000 |
---|---|---|
committer | Zephaniah E. Hull <warp@aehallh.com> | 2006-04-08 17:23:06 +0000 |
commit | c97fdb44493e55f3456222855293016a596ff56e (patch) | |
tree | ee32d366365e870a35ab04bdcd173d4a4b00f7e1 /src/evdev_brain.c | |
parent | Unlibcwrap. Bump server version requirement. Bump to 1.1.0. (diff) | |
download | xf86-input-evdev-c97fdb44493e55f3456222855293016a596ff56e.tar.gz xf86-input-evdev-c97fdb44493e55f3456222855293016a596ff56e.tar.bz2 xf86-input-evdev-c97fdb44493e55f3456222855293016a596ff56e.zip |
Remove evdev_abs.c and evdev_rel.c. Added evdev_axes.c.
Change the calls to refer to EvdevAxes instead of Abs and Rel. Include
mipointer.h. (Fixes a compile error.) Remove an unused variable from
EvdevReadInput.
Removed evdev_abs.c and evdev_rel.c, added evdev_axes.c. Added count to rel
and abs. Moved btnMap from rel to the new axes. Shuffle some includes,
and include stdarg.h.
Removed.
New, a mix of rel and abs that should actually work in the rel case.
Rearrange include order. btnMap was moved from being part of rel to being
part of axes.
Removed.
Rearrange include order.
Rearrange include order.
NOTE: This commit has been compile tested, not run tested.
I have some other changes to make before I can do more heavy testing.
Diffstat (limited to 'src/evdev_brain.c')
-rw-r--r-- | src/evdev_brain.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/evdev_brain.c b/src/evdev_brain.c index 2de39c6..92f003c 100644 --- a/src/evdev_brain.c +++ b/src/evdev_brain.c @@ -33,11 +33,10 @@ #include "config.h" #endif -#define HAVE_WRAPPER_DECLS -#include "xf86_OSlib.h" - #include "evdev.h" +#include "xf86_OSlib.h" + #include <xf86.h> #include <fnmatch.h> |