[ros-bugs] [Bug 4107] Fix for PatBlt, BitBlt, StretchBlt
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Feb 8 17:02:45 CET 2009
http://www.reactos.org/bugzilla/show_bug.cgi?id=4107
--- Comment #16 from grschneider <grschneider at gmail.com> 2009-02-08 17:02:45 CET ---
Latest patch was integrated in r39483.
Only thing left in this bug is:
-----
2.Fixed HatchBrushes
- {0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00}, /* HS_HORIZONTAL */
+ {0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00}, /* HS_HORIZONTAL */
- {0x08, 0x08, 0x08, 0xff, 0x08, 0x08, 0x08, 0x08}, /* HS_CROSS */
+ {0x08, 0x08, 0x08, 0x08, 0xff, 0x08, 0x08, 0x08}, /* HS_CROSS */
or error occurred in "IntGdiCreateBitmap"
hPattern = IntGdiCreateBitmap(8, 8, 1, 1, (LPBYTE)HatchBrushes[Style]);
establishment of pattern in the reverse order.
see Brush_4107_20090202.jpg
-----
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list