Re: systray icon questions

2007-01-02 Thread James Liggett
On Fri, 2006-12-29 at 11:33 +0300, Kirill K. Smirnov wrote > > I've tried kde, fluxbox and xfce4 (and fvwm, but it lacks systray). > Now I can see that xfce4 suffers from it. I did not noticed that before. > > So, I suppose a new patch (attached). Does it work correct with > GNOME? In xfce is O

Re: systray icon questions

2006-12-29 Thread Kirill K. Smirnov
> Unfortunately, yes. The way the helper window is currently implemented, > if you remove the WS_CAPTION style, the icon won't be centered when it > gets docked (in GNOME at least.) I tried that when I put together the > systray tooltips patch. Ultimately it caused more problems than it > solved, s

Re: systray icon questions

2006-12-28 Thread James Liggett
Hi Krill, On Thu, 2006-12-28 at 13:14 +0300, Kirill K. Smirnov wrote: > > So the questions: > 1) Does systray icon helper window really need to be created with WS_CAPTION > style? Unfortunately, yes. The way the helper window is currently implemented, if you remove the WS_CAPTION style, the icon

systray icon questions

2006-12-28 Thread Kirill K. Smirnov
Hi, all! I was playing around systray icons in various modes 1) "allow the window manager to control the windows"="on" "emulate a virtual desktop"="off" As result, systray icon is OK. 2) In other combination of these parameters, the icon is drawn with window title. I've tried to investigate the