James Liggett wrote:
- The "Wine-Systray" window is still showing up. I've been able to fix
this by getting rid of the WS_VISIBLE style when creating the window in systray.c, and then manually showing the window after it's been docked.
This is just a bug with the existing systray code and something I can fix with a separate patch to dlls/shell32/systray.c.
- The rightmost edges of systray icons are cut off. The previous fix
seemed to work for this problem too. I think it has something to do with painting/updating the embedded window.
Same again.