Moved graphics initialisation to the x11drv/ttydrv dll init code.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 20 Mar 2000 18:21:19 +0000 (18:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Mar 2000 18:21:19 +0000 (18:21 +0000)
commit28c3a1baf39696136bfff5b61c065d34e86874c1
tree9f7fab3562dc249f61893dbf176f059e63d5296b
parentc03da6680d9407c24e273eb8d33fd18442e0523b
Moved graphics initialisation to the x11drv/ttydrv dll init code.
Merged event, keyboard and mouse drivers into USER driver.
34 files changed:
controls/desktop.c
dlls/dinput/dinput_main.c
dlls/display/display_main.c
dlls/mouse/mouse_main.c
dlls/ttydrv/ttydrv.spec
dlls/ttydrv/ttydrv_main.c
dlls/x11drv/x11drv.spec
dlls/x11drv/x11drv_main.c
graphics/ttydrv/init.c
graphics/x11drv/init.c
include/desktop.h
include/keyboard.h
include/message.h
include/monitor.h
include/mouse.h
include/ttydrv.h
include/user.h
include/x11drv.h
loader/main.c
misc/main.c
objects/gdiobj.c
windows/event.c
windows/keyboard.c
windows/multimon.c
windows/ttydrv/desktop.c
windows/ttydrv/event.c
windows/ttydrv/init.c
windows/ttydrv/keyboard.c
windows/ttydrv/main.c
windows/win.c
windows/x11drv/desktop.c
windows/x11drv/init.c
windows/x11drv/keyboard.c
windows/x11drv/main.c