Displaying 1 result from an estimated 1 matches for "handlecompizev".
2006 Oct 18
1
[PATCH] Compiz Events
...ts.
It is just a small patch and works in the compiz way (ie by wrapping the
core
event).
Some potential events that I can think of at the moment are 'option changed'
and 'cube settle on top' (Maybe a widget plugin can use this)
Plugins can send compiz events like this.
(*d->handleCompizEvent) (d, "switcher", "NEXT_EVENT", option,
nOption);
In this case, switcher is sending the NEXT_EVENT signal. It is probably
best
to deal with strings for the events since they do not have to be defined
and
are easily passed to extern...