Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ipc.c Log Message: Fix build without composite. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v retrieving revision 1.227 retrieving revision 1.228 diff -u -3 -r1.227 -r1.228 --- ipc.c 10 Aug 2005 19:23:58 -0000 1.227 +++ ipc.c 13 Aug 2005 06:04:48 -0000 1.228 @@ -1223,11 +1223,11 @@ i, eo->win, eo->type, eo->shown, eo->desk, eo->sticky, eo->floating, eo->ilayer, eo->x, eo->y, eo->w, eo->h, #if USE_COMPOSITE - (eo->cmhook) ? 1 : 0, + (eo->cmhook) ? 1 : 0, !eo->noredir #else - 0, + 0, 0 #endif - !eo->noredir, eo->name); + , eo->name); } } ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs