http://bugs.winehq.org/show_bug.cgi?id=2079
Summary: Add support for 24bpp dib colorbox blit Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.org ReportedBy: eross@m-qube.com
This was being output for 24 bpp blits.
FIXME("Source color key blitting not supported for bpp %d\n",bpp*8);
I have a patch which adds support for this operation.