> Thanks Jerry,
>
> your second patch solved the bug 1715 against Wine-20030911. There are
still
> lots of errorr messages:
> err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1,
bpp=4
Maybe there is the same problem. Could you tell me the name of the
application you are trying to
Thanks Jerry,
your second patch solved the bug 1715 against Wine-20030911. There are still
lots of errorr messages:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
but these seem harmless.
Jarkko Lavinen
Patch for loading bitmaps.
ChangeLog:
* dlls/comctl32/toolar.c
- Create a compatible bitmap of the display, which can be selected into
a device context.
* windows/cursoricon.c
- Loading bitmaps with specified size works now.
Index: dlls/comctl32/toolbar.c
==
Patch for loading bitmaps.
ChangeLog:
* dlls/comctl32/toolar.c
- Create a compatible bitmap of the display, which can be selected into
a device context.
* windows/cursoricon.c
- Loading bitmaps with specified size works now.
Index: dlls/comctl32/toolbar.c
==
On Mon, 15 Sep 2003, Jarkko Lavinen wrote:
> Example of corrupted buttons with Wine 20030911
> http://www.iki.fi/~jlavi/Wine/trace32-wine-20030911.gif
>
> and another example of same buttons looking ok on Wine 20020327
> http://www.iki.fi/~jlavi/Wine/trace32-wine-20020327.gif
Perfect, you ca
I am trying to run Trace32 hardware debugging system with Wine. I
would like to use the latest Wine version, but unfortunately some
bitmap buttons are corrupted on recent Wine versions. Well, I think
the problem started about a year ago and have simply used an old
Wine 20020327 where the buttons ar