http://bugs.winehq.org/show_bug.cgi?id=25752 Summary: [patch] add support for indexed formats to GdipBitmapSetPixel Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: singularita(a)gmail.com Created an attachment (id=32806) --> (http://bugs.winehq.org/attachment.cgi?id=32806) Add support for indexed formats (PixelFormat1bppIndexed, PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel I run one windows application (unfortunately the application is not publicly available) and I run into some parts of the application being shown in black and lots of "fixme:gdiplus:GdipBitmapSetPixel not implemented for format 0x30803" shown on console. So I added support for indexed formats (PixelFormat1bppIndexed, PixelFormat4bppIndexed, PixelFormat8bppIndexed) to GdipBitmapSetPixel. Seems to fix the problem. Attaching patch to latest 1.3.11 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.