On Sat, 11 Nov 2006, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 7 Nov 2006 23:04:50 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> > babbled: >> >> 1) in that function, we loop over the screen, but that screen is never >> used. The fact that the screen is not used is not important ? >> >> 2) not a bug, but why a 'while' instead of a 'if' ? I think that a 'if' is >> sufficient. > > well the while makes it persistent - it will keep killing children of root as > long as there are any. once they are all gone - it will stop. ?? One call of XQueryTree is sufficient to get all the children (according to the man page). You do it *only* for the root window passed as argument of the function. Or else there's something that I really don't understand. Vincent ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
