On Tue, Mar 02, 2004 at 02:19:09PM -0500, Ted Zlatanov wrote: > I mean, I understand the purpose, but I don't understand how it works > and especially how to use it in my own configuration.
The code when loded redefines get_winprop that the C side of Ion calls to get a winprop. The redefined functions looks for an existing winprop and if it finds one, creates a copy of the table. Then it sets in this table or a new empty one the target property to the name of the marked object and resets this reference, and returns the table. A reference to the marked object is stored with mark_for_attach. -- Tuomo
