ChangeSet ID: 1030574123182059719300927 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/28 17:35:24
Modified files: dlls/gdi/win16drv: font.c win16drv.h dlls/user : user_main.c graphics/x11drv: codepage.c dib.c xfont.c include : bitmap.h font.h gdi.h global.h x11font.h memory : atom.c objects : bitmap.c dib.c font.c region.c windows : cursoricon.c painting.c
Log message: Fixed a number of dll separation issues.
Patch: http://cvs.winehq.com/patch.py?id=1030574123182059719300927
Revision Changes Path 1.6 +61 -18 wine/dlls/gdi/win16drv/font.c 1.7 +1 -1 wine/dlls/gdi/win16drv/win16drv.h 1.43 +0 -3 wine/dlls/user/user_main.c 1.15 +9 -9 wine/graphics/x11drv/codepage.c 1.102 +31 -0 wine/graphics/x11drv/dib.c 1.107 +29 -11 wine/graphics/x11drv/xfont.c 1.26 +0 -3 wine/include/bitmap.h 1.17 +0 -12 wine/include/font.h 1.73 +0 -1 wine/include/gdi.h 1.16 +0 -3 wine/include/global.h 1.19 +1 -1 wine/include/x11font.h 1.43 +0 -31 wine/memory/atom.c 1.53 +1 -1 wine/objects/bitmap.c 1.69 +1 -1 wine/objects/dib.c 1.83 +29 -198 wine/objects/font.c 1.51 +0 -255 wine/objects/region.c 1.50 +53 -8 wine/windows/cursoricon.c 1.73 +45 -9 wine/windows/painting.c