Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: Tag: branch-exp ewins.c Log Message: Fix clients MapRequest'ing more than once. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/Attic/ewins.c,v retrieving revision 1.1.2.36 retrieving revision 1.1.2.37 diff -u -3 -r1.1.2.36 -r1.1.2.37 --- ewins.c 15 Dec 2004 22:17:10 -0000 1.1.2.36 +++ ewins.c 24 Dec 2004 01:24:23 -0000 1.1.2.37 @@ -648,9 +648,10 @@ /* find the client window if it's already managed */ ewin = FindItem(NULL, win, LIST_FINDBY_ID, LIST_TYPE_EWIN); - /* it's already managed */ if (ewin) { + /* Some clients MapRequest more than once ?!? */ + Eprintf("AddToFamily: Already managing %#lx\n", ewin->client.win); #if 0 /* if its iconified - de-iconify */ if (ewin->iconified) @@ -667,9 +668,8 @@ ICCCM_DeIconify(ewin); ewin->iconified = 0; } - EDBUG_RETURN_; #endif - Eprintf("AddToFamily already added %#lx\n", ewin->client.win); + EDBUG_RETURN_; } /* grab that server */ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs