stash window dimensions

This commit is contained in:
okan
2015-06-08 15:11:29 +00:00
parent 8653c88c90
commit 9180bb1a06
3 changed files with 8 additions and 3 deletions

View File

@@ -169,6 +169,10 @@ struct client_ctx {
int x; /* x position */
int y; /* y position */
} ptr;
struct {
int h; /* hieght */
int w; /* width */
} dim;
#define CLIENT_HIDDEN 0x0001
#define CLIENT_IGNORE 0x0002
#define CLIENT_VMAXIMIZED 0x0004