Re: systray [4/4]: implement systray transparency

2008-02-15 Thread Kirill K. Smirnov
> We don't want to export such a specific function. Besides, it should > really be setting the window shape. I've just understood why we cannot rely upon setting window shape to get transparency. Let's consider almost empty icon or even empty - this may happen when application "flashes" icon, e.

Re: systray [4/4]: implement systray transparency

2008-02-15 Thread Alexandre Julliard
"Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > 2) Will it be better to stop embedding wine windows in favor of embedding > pure X windows (like other apps do)? This way assumes implementing all > xembed-specific stuff at winex11.drv side and exporting ONLY ONE function > like wine_xembed_s

Re: systray [4/4]: implement systray transparency

2008-02-15 Thread Kirill K. Smirnov
> "Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > > diff --git a/dlls/winex11.drv/winex11.drv.spec > > b/dlls/winex11.drv/winex11.drv.spec index 36b83d7..126cbc5 100644 > > --- a/dlls/winex11.drv/winex11.drv.spec > > +++ b/dlls/winex11.drv/winex11.drv.spec > > @@ -130,6 +130,7 @@ # Desktop > > >

Re: systray [4/4]: implement systray transparency

2008-02-15 Thread Alexandre Julliard
"Kirill K. Smirnov" <[EMAIL PROTECTED]> writes: > diff --git a/dlls/winex11.drv/winex11.drv.spec > b/dlls/winex11.drv/winex11.drv.spec > index 36b83d7..126cbc5 100644 > --- a/dlls/winex11.drv/winex11.drv.spec > +++ b/dlls/winex11.drv/winex11.drv.spec > @@ -130,6 +130,7 @@ # Desktop > > # Syste