summaryrefslogtreecommitdiff
path: root/hw/kdrive/epson
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2005-06-09 16:22:27 +0000
committerMatthew Allum <breakfast@10.am>2005-06-09 16:22:27 +0000
commit92b3775ae8bdd4a84d7e101b36b306fbd3ac17a2 (patch)
tree6a21a2aaefe831939708128305b86ed1c86904d1 /hw/kdrive/epson
parent545c082cf9c86f2a809ea6b4dca33643afb0c3d3 (diff)
TSLib fixes. Add fullscreen support to ephyr
Diffstat (limited to 'hw/kdrive/epson')
-rw-r--r--hw/kdrive/epson/epson13806stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/epson/epson13806stub.c b/hw/kdrive/epson/epson13806stub.c
index 74676d54a..35db3e44a 100644
--- a/hw/kdrive/epson/epson13806stub.c
+++ b/hw/kdrive/epson/epson13806stub.c
@@ -55,7 +55,7 @@ InitInput (int argc, char **argv)
{
KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
#ifdef TOUCHSCREEN
- KdInitTouchScreen (&TsFuncs);
+ KdAddMouseDriver (&TsFuncs);
#endif
}