summaryrefslogtreecommitdiff
path: root/hw/kdrive/ipaq
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-02-08 22:43:54 +0000
committerKeith Packard <keithp@keithp.com>2005-02-08 22:43:54 +0000
commitdb2c83551cd3516800b88784c461fb33ee15aacf (patch)
treede3e28f129911c4de73eeb5dfff325d7fb9b6994 /hw/kdrive/ipaq
parent70d3a9192feefd54be93ea71231574c3ed815bf2 (diff)
hw/kdrive/ati/radeon_composite.c Support linear filtering
Change how touch screens work -- make them just another 'mouse' device. Add unfinished (and unused) code to accelerate tiled fills.
Diffstat (limited to 'hw/kdrive/ipaq')
-rw-r--r--hw/kdrive/ipaq/ipaq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ipaq/ipaq.c b/hw/kdrive/ipaq/ipaq.c
index 0a2a37caa..f94b32121 100644
--- a/hw/kdrive/ipaq/ipaq.c
+++ b/hw/kdrive/ipaq/ipaq.c
@@ -52,7 +52,7 @@ InitInput (int argc, char **argv)
{
KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
#ifdef TOUCHSCREEN
- KdInitTouchScreen (&TsFuncs);
+ KdAddMouseDriver (&TsFuncs);
#endif
}