aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2007-02-10 22:17:01 -0800
committerPhilip Langdale <philipl@fido2.homeip.net>2007-02-10 22:17:01 -0800
commit24f9e67a8f9729fa7cb10f0479a3be9c16c5d13a (patch)
tree54449d226fc4de91bd8f85f6355603930ece5442 /src/evdev.h
parentFor reasons related to handling pathological remapping cases, and (diff)
downloadxf86-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.h1
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;