Build the DC function table by using GetProcAddress on the graphics
commit3dd63eb2ad200904c02ae0a8e20e9c5abf80e9df
authorAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jul 2001 19:37:31 +0000 (27 19:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jul 2001 19:37:31 +0000 (27 19:37 +0000)
tree383963896d7bcc3937e4e64a5874eb9218656acd
parente9dd63ef16769be8b8ce57a8ad5b5ca4c930bd68
Build the DC function table by using GetProcAddress on the graphics
driver module. Moved driver support to dlls/gdi.
18 files changed:
dlls/gdi/Makefile.in
dlls/gdi/driver.c [new file with mode: 0644]
dlls/gdi/gdi_main.c
dlls/ttydrv/bitmap.c
dlls/ttydrv/dc.c
dlls/ttydrv/ttydrv.spec
dlls/wineps/init.c
dlls/wineps/wineps.spec
dlls/x11drv/x11drv.spec
graphics/Makefile.in
graphics/driver.c [deleted file]
graphics/win16drv/init.c
graphics/x11drv/bitmap.c
graphics/x11drv/init.c
graphics/x11drv/oembitmap.c
include/gdi.h
include/x11drv.h
objects/dc.c