aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@agamemnon.b5>2007-06-11 09:08:24 -0400
committerZephaniah E. Hull <warp@agamemnon.b5>2007-06-11 09:08:24 -0400
commit2d2c4804f925505e737c2c812687f47840218c93 (patch)
treee22e30328fa242c6a0745ae7a1b96932871c3730 /src/evdev.h
parentHandle default remapping around existing button targets better. (diff)
downloadxf86-input-evdev-2d2c4804f925505e737c2c812687f47840218c93.tar.gz
xf86-input-evdev-2d2c4804f925505e737c2c812687f47840218c93.tar.bz2
xf86-input-evdev-2d2c4804f925505e737c2c812687f47840218c93.zip
evdev.c:
Set and use the X mode control, letting XInput see it properly. Kill some cruft. evdev.h: Set and use the X mode control, letting XInput see it properly. evdev_axes.c: Set and use the X mode control, letting XInput see it properly. evdev_key.c: Remove some cruft, the bell func can be NULL now, so do so. Don't bother looking for keys above 0xF7 until we can actually do something with them.
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h
index d14bba3..9d84843 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -181,7 +181,6 @@ typedef struct {
typedef struct _evdevState {
Bool can_grab;
Bool sync;
- int mode; /* Either Absolute or Relative. */
evdevBtnPtr btn;
evdevAbsPtr abs;