Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewin-ops.c Log Message: Fix kill function. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewin-ops.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewin-ops.c 28 Dec 2004 23:46:45 -0000 1.2 +++ ewin-ops.c 31 Dec 2004 16:14:45 -0000 1.3 @@ -1337,7 +1337,8 @@ EwinOpKill(EWin * ewin) { SoundPlay("SOUND_WINDOW_CLOSE"); - EDestroyWindow(disp, ewin->client.win); + /* NB! Got to use X- not E- to get properly through the event handling. */ + XDestroyWindow(disp, ewin->client.win); } void ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs