Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ipc.c Log Message: Add quotes. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ipc.c,v retrieving revision 1.204 retrieving revision 1.205 diff -u -3 -r1.204 -r1.205 --- ipc.c 15 Feb 2005 22:24:03 -0000 1.204 +++ ipc.c 20 Feb 2005 17:23:00 -0000 1.205 @@ -335,12 +335,11 @@ break; case 'p': - IpcPrintf("%#10lx : %4d %4d %4dx%4d :: %2d : \"%s\" \"%s\" %s\n", - e->client.win, - EoGetX(e), EoGetY(e), EoGetW(e), EoGetH(e), - (EoIsSticky(e)) ? -1 : EoGetDesk(e), - SS(e->icccm.wm_res_name), SS(e->icccm.wm_res_class), - SS(e->icccm.wm_name)); + IpcPrintf + ("%#10lx : %4d %4d %4dx%4d :: %2d : \"%s\" \"%s\" \"%s\"\n", + e->client.win, EoGetX(e), EoGetY(e), EoGetW(e), EoGetH(e), + (EoIsSticky(e)) ? -1 : EoGetDesk(e), SS(e->icccm.wm_res_name), + SS(e->icccm.wm_res_class), SS(e->icccm.wm_name)); break; } } ------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs