ChangeSet ID: 996262652969508862122893 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/27 15:37:32
Modified files: dlls/gdi : Makefile.in gdi_main.c dlls/ttydrv : bitmap.c dc.c ttydrv.spec dlls/wineps : init.c wineps.spec dlls/x11drv : x11drv.spec graphics : Makefile.in graphics/win16drv: init.c graphics/x11drv: bitmap.c init.c oembitmap.c include : gdi.h x11drv.h objects : dc.c Added files: dlls/gdi : driver.c Removed files: graphics : driver.c
Log message: Build the DC function table by using GetProcAddress on the graphics driver module. Moved driver support to dlls/gdi.
Patch: http://cvs.winehq.com/patch.py?id=996262652969508862122893
Revision Changes Path 1.15 +1 -0 wine/dlls/gdi/Makefile.in 1.11 +1 -8 wine/dlls/gdi/gdi_main.c 1.1 +0 -0 wine/dlls/gdi/driver.c 1.8 +3 -1 wine/dlls/ttydrv/bitmap.c 1.10 +5 -106 wine/dlls/ttydrv/dc.c 1.15 +36 -0 wine/dlls/ttydrv/ttydrv.spec 1.25 +3 -135 wine/dlls/wineps/init.c 1.9 +35 -0 wine/dlls/wineps/wineps.spec 1.20 +46 -0 wine/dlls/x11drv/x11drv.spec 1.10 +0 -1 wine/graphics/Makefile.in 1.35 +3 -4 wine/graphics/win16drv/init.c 1.30 +3 -2 wine/graphics/x11drv/bitmap.c 1.39 +8 -115 wine/graphics/x11drv/init.c 1.29 +2 -1 wine/graphics/x11drv/oembitmap.c 1.47 +3 -3 wine/include/gdi.h 1.86 +0 -2 wine/include/x11drv.h 1.59 +27 -7 wine/objects/dc.c