Erkin Bahceci
2007-May-01  17:12 UTC
[compiz] [PATCH] Add override_redirect matching support
Hi,
Here is a patch that adds override_redirect matching support to
match.c, allowing expressions like:
    override_redirect=0
or like:
    (type=Unknown | Menu) | override_redirect=1
This is necessary to be able to match popup and dropdown menus in
Mozilla applications.
Regards,
Erkin
-------------- next part --------------
Mike Dransfield
2007-May-01  17:38 UTC
[compiz] [PATCH] Add override_redirect matching support
Erkin Bahceci wrote:> Hi, > Here is a patch that adds override_redirect matching support to > match.c, allowing expressions like: > override_redirect=0 > or like: > (type=Unknown | Menu) | override_redirect=1 > > This is necessary to be able to match popup and dropdown menus in > Mozilla applications.I have applied this, thanks.