From 7e1be2be50db6ce068430c2275a8046fd2e74bc3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 3 Oct 2007 00:13:09 +0200 Subject: [PATCH] document detach function --- client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.c b/client.c index 590de4f00..9d3c1ea68 100644 --- a/client.c +++ b/client.c @@ -268,6 +268,9 @@ configure(Client * c) XSendEvent(c->display, c->win, False, StructureNotifyMask, (XEvent *) & ce); } +/** Detach client from clients list + * \param c client to detach + */ void detach(Client * c) {