Displaying 2 results from an estimated 2 matches for "objectremove".
2007 Aug 22
1
WindowRemoveNotifyProc
Hello,
I'm doing a C++ wrapper and I need the counterpart of WindowAddNotifyProc
Every plugin must be rebuild since CompScreen is modified, hence ABIVERSION
should be changed as well.
Would it be possible to implement it ?
Patch attached
Pafy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiz-WindowRemoveNotifyProc.patch
Type: text/x-diff
Size: 1734
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...displays before plugins.
Close display connection.
Load core plugin when initializing core object.
Initialize display object for plugins properly.
Remove ping timeout when removing display.
Make decoration plugin hook into windowRemoveNotify and
Add objectAdd and objectRemove hooks to core. These are similar to
Hook into objectAdd and objectRemove functions.
Use objectAdd/Remove interface instead of old WindowAdd/Remove
Call decorWindowAdd instead of decorWindowUpdate directly.
Free core private index in decorFini and not the display
Have b...