ChangeSet ID: 1020737327894931133444519 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/06 21:08:47
Modified files: dlls/gdi/win16drv: init.c dlls/ttydrv : bitmap.c dc.c wnd.c dlls/wineps : init.c graphics/x11drv: bitmap.c init.c objects : dc.c gdiobj.c
Log message: Moved parts of the DC initialisation and bitmap selection out of the drivers into the common code.
Patch: http://cvs.winehq.com/patch.py?id=1020737327894931133444519
Revision Changes Path 1.4 +0 -1 wine/dlls/gdi/win16drv/init.c 1.13 +0 -22 wine/dlls/ttydrv/bitmap.c 1.16 +4 -23 wine/dlls/ttydrv/dc.c 1.22 +16 -30 wine/dlls/ttydrv/wnd.c 1.33 +0 -1 wine/dlls/wineps/init.c 1.38 +0 -27 wine/graphics/x11drv/bitmap.c 1.48 +1 -17 wine/graphics/x11drv/init.c 1.74 +12 -0 wine/objects/dc.c 1.70 +48 -3 wine/objects/gdiobj.c