> _If_ you can do the lazy initialization cleanly, I would go for it > since it is the most flexible solution. Otherwise hard-coding node > names is an option, although you might need to change this in the > future.
I tried the special-naming approach, because it was quicker to implement. It works now. But I found a bug in the parser. Apparently, it doesn't like '!' inside a string. name "Client!compositor" caused a parse-error :-( greetings, Mathias _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

