Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_icccm.c Log Message: actually use time field =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_icccm.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ecore_x_icccm.c 5 Dec 2004 08:29:10 -0000 1.14 +++ ecore_x_icccm.c 25 Dec 2004 13:13:57 -0000 1.15 @@ -85,7 +85,7 @@ { ecore_x_client_message32_send(win, ECORE_X_ATOM_WM_PROTOCOLS, ECORE_X_ATOM_WM_DELETE_WINDOW, - CurrentTime, 0, 0, 0); + t, 0, 0, 0); } void @@ -93,7 +93,7 @@ { ecore_x_client_message32_send(win, ECORE_X_ATOM_WM_PROTOCOLS, ECORE_X_ATOM_WM_TAKE_FOCUS, - CurrentTime, 0, 0, 0); + t, 0, 0, 0); } void @@ -101,7 +101,7 @@ { ecore_x_client_message32_send(win, ECORE_X_ATOM_WM_PROTOCOLS, ECORE_X_ATOM_WM_SAVE_YOURSELF, - CurrentTime, 0, 0, 0); + t, 0, 0, 0); } void ------------------------------------------------------- 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