Ok that's good. I've been looking through the systray code myself, and its quite messy... Have fun! ;-)
James On Tue, 2005-09-20 at 16:23 -0500, Robert Shearman wrote: > James Liggett wrote: > > >1. 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. > > >2. 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. >