Moved more code to the X11 driver.
commite35d6366ef36741ea93726f662b62d763edc5853
authorPatrik Stridvall <ps@leissner.se>
Mon, 7 Dec 1998 09:13:40 +0000 (7 09:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Dec 1998 09:13:40 +0000 (7 09:13 +0000)
tree45b10534d0f4f1ad19d456bb38da9d00c6eaa6a1
parent1c1be3aa378ab7ea6d4c99483df9cd0521346fe0
Moved more code to the X11 driver.
23 files changed:
include/clipboard.h
include/keyboard.h
include/message.h
include/win.h
include/x11drv.h
windows/clipboard.c
windows/defwnd.c
windows/dinput.c
windows/display.c
windows/event.c
windows/focus.c
windows/keyboard.c
windows/message.c
windows/nonclient.c
windows/win.c
windows/winpos.c
windows/x11drv/Makefile.in
windows/x11drv/clipboard.c [new file with mode: 0644]
windows/x11drv/event.c [new file with mode: 0644]
windows/x11drv/init.c
windows/x11drv/keyboard.c [copied from windows/keyboard.c with 82% similarity]
windows/x11drv/mouse.c [new file with mode: 0644]
windows/x11drv/wnd.c [new file with mode: 0644]