[Bug 175] CreateIcon does not resize bitmaps

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 6 07:56:00 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=175





--- Comment #9 from François Gouget <fgouget at codeweavers.com>  2008-02-06 07:55:59 ---
I have attached a test application (source and windows executable).
It does a few irrelevant things with (supposedly) color icons but here the
important thing is that it repeats four columns:
 * the first column is filled with an icon created from a black and white
checkerboard icon created from a 2x2 bitmap
 * the second column is the same but with a white border and created from a
16x16 bitmap
 * the third and fourth columns are created from 16x16 color bitmaps and should
be all black

Currently in wine what we see is that:
 * a 2x2 icon is drawn in the first column
 * a 16x16 icon is drawn in the second column
 * an all black 16x16 icon is drawn in the third and fourth columns
 * lots of error messages are spewed on the console which slows things
considerably:
   err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16


-- 
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.


More information about the wine-bugs mailing list