diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-10 22:17:01 -0800 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-10 22:17:01 -0800 |
commit | 24f9e67a8f9729fa7cb10f0479a3be9c16c5d13a (patch) | |
tree | 54449d226fc4de91bd8f85f6355603930ece5442 /src/evdev.h | |
parent | For reasons related to handling pathological remapping cases, and (diff) | |
download | xf86-input-evdev-24f9e67a8f9729fa7cb10f0479a3be9c16c5d13a.tar.gz xf86-input-evdev-24f9e67a8f9729fa7cb10f0479a3be9c16c5d13a.tar.bz2 xf86-input-evdev-24f9e67a8f9729fa7cb10f0479a3be9c16c5d13a.zip |
Stop caching the screen size for scaling.
Do be able to correctly scale absolute inputs, the actual
screen size must be used as this changes when the screen
resizes.
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h index f682312..c6e9188 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -172,7 +172,6 @@ typedef struct { int min[ABS_MAX]; int max[ABS_MAX]; int map[ABS_MAX]; - int scale[2]; int screen; /* Screen number for this device. */ Bool use_touch; Bool touch; |