Michael Kaufmann
|
0dd2910eba
|
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
- Always calculate the location of the color table.
- CreateCompatibleBitmap: Create a DIB section if necessary.
- Added some tests.
|
2004-11-02 05:23:49 +00:00 |
Huw Davies
|
ee83c727d7
|
Apparently this portion of the test was failing under some versions of
winxp, so remove it.
|
2004-10-11 19:54:54 +00:00 |
Huw Davies
|
daf776fdde
|
When we blit with a monochrome dibsection as the source we should use
the colour table of that dib.
Added a test for this.
|
2004-09-16 20:29:25 +00:00 |
Huw Davies
|
530e789d7e
|
It's important to keep the original dib colour table and not just the
colour mapping associated with a dib section - it's this table that
GetDIBColorTable should retrieve.
Added some GetDIBColorTable tests.
|
2004-09-16 19:10:14 +00:00 |
Alexandre Julliard
|
cdcdbe5495
|
Authors: 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.
|
2004-09-13 19:37:03 +00:00 |