This patch brakes a lot of images/icons etc. Needs more testing. In particular small icons in all browser panes.
Also we still have some problems with our DIBs, Which could be easily seen with native comctl32. So I'm not sure if we should use DIBs in imagelist yet.
Vitaliy Margolen
Friday, February 20, 2004, 4:50:26, Vitaliy Margolen wrote:
Ulrich Czekalla <ulrich@codeweavers.com> Use dibsections for the images
I have submitted a patch which fixes the regression.
Max
On Sat, 2004-02-21 at 23:40, Vitaliy Margolen wrote:
This patch brakes a lot of images/icons etc. Needs more testing. In particular small icons in all browser panes.
Also we still have some problems with our DIBs, Which could be easily seen with native comctl32. So I'm not sure if we should use DIBs in imagelist yet.
Vitaliy Margolen
Friday, February 20, 2004, 4:50:26, Vitaliy Margolen wrote:
Ulrich Czekalla <ulrich@codeweavers.com> Use dibsections for the images
Thank you. It looks it fixed the problem. Although this works for built-in, there are still some problems with native comctl32 with icon corruption. Not sure if this is DIBs, color palettes or something else.
Sunday, February 22, 2004, 2:54:31 AM, you wrote:
I have submitted a patch which fixes the regression.
Max
On Sat, 2004-02-21 at 23:40, Vitaliy Margolen wrote:
This patch brakes a lot of images/icons etc. Needs more testing. In particular small icons in all browser panes.
Also we still have some problems with our DIBs, Which could be easily seen with native comctl32. So I'm not sure if we should use DIBs in imagelist yet.
Vitaliy Margolen
Friday, February 20, 2004, 4:50:26, Vitaliy Margolen wrote:
Ulrich Czekalla <ulrich@codeweavers.com> Use dibsections for the images
On Sun, Feb 22, 2004 at 10:54:31AM +0100, Maxime Bellengé wrote:
I have submitted a patch which fixes the regression.
Thanks for that Max, I missed that while merging from the CrossOver tree - our imagelist implementation has diverged somewhat from winehq's.
Huw.