Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c Log Message: kill of a single client call added =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v retrieving revision 1.84 retrieving revision 1.85 diff -u -3 -r1.84 -r1.85 --- Ecore_X.h 8 Dec 2004 20:29:45 -0000 1.84 +++ Ecore_X.h 15 Dec 2004 11:48:33 -0000 1.85 @@ -772,6 +772,7 @@ EAPI void ecore_x_flush(void); EAPI void ecore_x_sync(void); EAPI void ecore_x_killall(Ecore_X_Window root); +EAPI void ecore_x_kill(Ecore_X_Window win); EAPI void ecore_x_error_handler_set(void (*func) (void *data), const void *data); EAPI void ecore_x_io_error_handler_set(void (*func) (void *data), const void *data); =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -3 -r1.54 -r1.55 --- ecore_x.c 5 Dec 2004 08:29:10 -0000 1.54 +++ ecore_x.c 15 Dec 2004 11:48:33 -0000 1.55 @@ -533,6 +533,19 @@ XSync(_ecore_x_disp, False); } +/** + * Kill a specific client + * + * You can kill a specific client woning window @p win + * + * @param win Window of the client to be killed + */ +void +ecore_x_kill(Ecore_X_Window win) +{ + XKillClient(_ecore_x_disp, win); +} + static int _ecore_x_fd_handler(void *data, Ecore_Fd_Handler *fd_handler) { ------------------------------------------------------- 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 [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs