ChangeSet ID: 13764 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/13 14:37:04
Modified files: windows : cursoricon.c dlls/gdi/tests : Makefile.in .cvsignore dlls/gdi : enhmetafile.c dib.c Added files: dlls/gdi/tests : bitmap.c
Log message: Michael Kaufmann hallo@michael-kaufmann.ch Huw Davies huw@codeweavers.com CreateDIBitmap should return bitmaps at the depth of the supplied dc. Add a test to exercise this behaviour.
Patch: http://cvs.winehq.org/patch.py?id=13764
Old revision New revision Changes Path 1.72 1.73 +90 -8 wine/windows/cursoricon.c 1.3 1.4 +1 -0 wine/dlls/gdi/tests/Makefile.in 1.4 1.5 +1 -0 wine/dlls/gdi/tests/.cvsignore 1.3 1.4 +84 -12 wine/dlls/gdi/enhmetafile.c 1.3 1.4 +14 -77 wine/dlls/gdi/dib.c Added 1.1 +0 -0 wine/dlls/gdi/tests/bitmap.c