Re: XEmbed systray patch bugs

2005-09-20 Thread James Liggett
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 th

Re: XEmbed systray patch bugs

2005-09-20 Thread Robert Shearman
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

XEmbed systray patch bugs

2005-09-18 Thread James Liggett
Hi Mike and Rob, I tried your patch for XEmbed systray support, and I'm pretty impressed with it. I think it's about time someone finally dusted this one off and tried to get it committed. But, I've noticed some issues: 1. The "Wine-Systray" window is still showing up. I've been able to fix this b