From d34146fcec4ec28896b76a22703b91a0f7af1efd Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 26 Sep 2007 16:30:17 +0200 Subject: [PATCH] doc update for client.h --- client.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client.h b/client.h index 137fda5d..586e57cf 100644 --- a/client.h +++ b/client.h @@ -38,17 +38,22 @@ struct Client int rx, ry, rw, rh; int basew, baseh, incw, inch, maxw, maxh, minw, minh; int minax, maxax, minay, maxay; + /** True if client is unmapped */ Bool unmapped; long flags; int border, oldborder; Bool isbanned, isfixed, ismax, isfloating, wasfloating; + /** Tags for the client */ Bool *tags; + /** Next client */ Client *next; + /** Previous client */ Client *prev; Client *snext; + /** Window of the client */ Window win; /** Client display */ - Display * display; + Display *display; /** Client screen */ int screen; /** First time viewed on new layout */