Re: Condition Visible does not seem to work when xcompmgr is running.

2007-07-03 Thread Michał Kazior

2007/7/3, Cameron Simpson [EMAIL PROTECTED]:

On 02Jul2007 22:32, Dominik Vogt [EMAIL PROTECTED] wrote:
|  The Visible condition works perfectly if xcompmgr is not running
|  though. I do not know if it is FVWM or xcompmgr that is at fault.
|
| I can only guess that xcompmgr suppresses VisibilityNotify events
| for windows.

I expect the behind windows are Visible because they are needed for
transparency - alpha compositing will require the window to maintain its
entire surface as though it were on top.


I was thinking about the same thing, however server-side compositing
does not support window transparency at all (xcompmgr -a). Also the
server-side compositing does not mess with window events - it just
enables automatic compositing.

But then again, why would Overlapped condition work flawlessly with
xcompmgr running ?


Regards,
Michał Kazior.


Re: Condition Visible does not seem to work when xcompmgr is running.

2007-07-03 Thread Thomas Adam

On 03/07/07, Michał Kazior [EMAIL PROTECTED] wrote:

But then again, why would Overlapped condition work flawlessly with
xcompmgr running ?


Because that's not done through notification -- that's just really
checking whether the window is in a layer that other windows don't
interfere with.

-- Thomas Adam