document get_client_bywin

This commit is contained in:
Julien Danjou 2007-10-17 11:49:54 +02:00
parent 8ad32d29c2
commit b59df01d6c
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
#include "statusbar.h"
#include "layouts/floating.h"
/** Get a Client by its window
* \param list Client list to look info
* \param w Client window to find
* \return client
*/
Client *
get_client_bywin(Client **list, Window w)
{