diff options
author | Matthew Allum <breakfast@10.am> | 2005-06-09 16:22:27 +0000 |
---|---|---|
committer | Matthew Allum <breakfast@10.am> | 2005-06-09 16:22:27 +0000 |
commit | 92b3775ae8bdd4a84d7e101b36b306fbd3ac17a2 (patch) | |
tree | 6a21a2aaefe831939708128305b86ed1c86904d1 /hw/kdrive/epson | |
parent | 545c082cf9c86f2a809ea6b4dca33643afb0c3d3 (diff) |
TSLib fixes. Add fullscreen support to ephyr
Diffstat (limited to 'hw/kdrive/epson')
-rw-r--r-- | hw/kdrive/epson/epson13806stub.c | 2 |
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 } |