SVN revision: 7553
This commit is contained in:
jeoparde 2003-10-12 07:15:26 +00:00 committed by jeoparde
parent 859c0c9bb4
commit 7d371a9fb3
1 changed files with 8 additions and 0 deletions

View File

@ -371,6 +371,14 @@ ecore_x_sync(void)
XSync(_ecore_x_disp, False);
}
/**
* Kill all X clients.
* @param root The root window whose children will be killed.
*
* This function will start from the given root window and kill the owner of
* every child window under it.
* <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
*/
void
ecore_x_killall(Ecore_X_Window root)
{