|
|
| version 1.4, 2003/08/07 21:17:16 | version 1.5, 2004/05/19 22:52:54 |
|---|---|
| Line 1263 loop: | Line 1263 loop: |
| } | } |
| move; | move; |
| struct timeval now; | struct timeval now; |
| dev_t dummy = makedev(0, mouse.minor); | dev_t dummy; |
| struct tty *mousetty = get_pccons(dummy); | struct tty *mousetty; |
| dummy = make_adhoc_dev(&pc_cdevsw, mouse.minor); | |
| mousetty = get_pccons(dummy); | |
| /* | /* |
| * strings to send for each mouse event, | * strings to send for each mouse event, |
| * indexed by the movement direction and | * indexed by the movement direction and |