Added the new TTY driver.
authorPatrik Stridvall <ps@leissner.se>
Mon, 7 Dec 1998 09:36:13 +0000 (09:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Dec 1998 09:36:13 +0000 (09:36 +0000)
commitf638aef517b6fe52f96deb17c05179145c339867
tree155bcce9a5f6d64b848c207bda6dce2814e03659
parente35d6366ef36741ea93726f662b62d763edc5853
Added the new TTY driver.
12 files changed:
Makefile.in
configure
configure.in
include/ttydrv.h [new file with mode: 0644]
windows/ttydrv/.cvsignore [new file with mode: 0644]
windows/ttydrv/Makefile.in [new file with mode: 0644]
windows/ttydrv/clipboard.c [new file with mode: 0644]
windows/ttydrv/event.c [new file with mode: 0644]
windows/ttydrv/init.c [new file with mode: 0644]
windows/ttydrv/keyboard.c [new file with mode: 0644]
windows/ttydrv/mouse.c [new file with mode: 0644]
windows/ttydrv/wnd.c [new file with mode: 0644]