| 226 |
long win_workspace; /**< the current workspace of the client */ |
long win_workspace; /**< the current workspace of the client */ |
| 227 |
int ignore_unmap, /**< ignore the unmap request. */ |
int ignore_unmap, /**< ignore the unmap request. */ |
| 228 |
focus, /**< the client has the focus. */ |
focus, /**< the client has the focus. */ |
| 229 |
non_focusing, /**< client is non-focusing, like it does not want the focus. */ |
non_focusing; /**< client is non-focusing, like it does not want the focus. */ |
|
not_warp_to_next; |
|
|
/**< do not warp to the next client, (warp the mouse) when closing this client. */ |
|
| 230 |
Client *next; /**< pointer to the next client. */ |
Client *next; /**< pointer to the next client. */ |
| 231 |
Client *prev; /**< pointer to the previous client */ |
Client *prev; /**< pointer to the previous client */ |
| 232 |
Client *transientFor; /**< pointer to the client, for which the current client is transient, ie its a dialog or popup window. */ |
Client *transientFor; /**< pointer to the client, for which the current client is transient, ie its a dialog or popup window. */ |