Displaying 2 results from an estimated 2 matches for "matchexphandlerchange".
2007 Feb 26
4
window matching interface and the new match option
...of expressions and each expression can be implemented by a
different plugin. The core interface only provides window type
matching.
Plugins can provide any kind of matching by wrapping
the matchInitExp display function. When doing so they
are responsible for calling the matchExpHandlerChange
function when their ability to evaluate expressions
changed (e.g. when being activated or deactivated).
They should also call the matchPropertyChanged function
when a window property that might affect evaluation of
an expression changed.
Any kind of matching can be done with th...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...instead of old WindowAdd/Remove
Call decorWindowAdd instead of decorWindowUpdate directly.
Free core private index in decorFini and not the display
Have blur plugin hook into objectAdd instead of windowAdd.
Remove windowAddNotify and windowRemoveNotify hooks.
Only call matchExpHandlerChanged if display has not been
Free window private index.
Unwrap setOptionForPlugin function.
Unwrap setOptionForPlugin function.
Free cs->vertices.
Cleanup file watches properly.
Check d->base.parent to see if the object is properly
Fix memory leaks and cl...