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/linux | |
parent | 545c082cf9c86f2a809ea6b4dca33643afb0c3d3 (diff) |
TSLib fixes. Add fullscreen support to ephyr
Diffstat (limited to 'hw/kdrive/linux')
-rw-r--r-- | hw/kdrive/linux/tslib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/linux/tslib.c b/hw/kdrive/linux/tslib.c index 25474a867..eafba56b0 100644 --- a/hw/kdrive/linux/tslib.c +++ b/hw/kdrive/linux/tslib.c @@ -171,6 +171,8 @@ TslibInit (void) if (!TsInputType) TsInputType = KdAllocInputType (); + KdMouseInfoAdd(); /* allocate empty kdMouseInfo entry for ts */ + for (mi = kdMouseInfo; mi; mi = next) { next = mi->next; |