doc update for client.h
This commit is contained in:
parent
4f65ea5fcd
commit
d34146fcec
5
client.h
5
client.h
|
@ -38,14 +38,19 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue