summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2015-06-08 15:11:29 +0000
committerokan <okan>2015-06-08 15:11:29 +0000
commit9180bb1a06abc01e8b0eaa0ae6b8c934988a8f6e (patch)
treea3b5b8992af150382513c6037ec589a78051b973 /calmwm.h
parent8653c88c90d88dd849910ca742184de89c133a22 (diff)
downloadcwm-9180bb1a06abc01e8b0eaa0ae6b8c934988a8f6e.tar.gz
cwm-9180bb1a06abc01e8b0eaa0ae6b8c934988a8f6e.tar.xz
cwm-9180bb1a06abc01e8b0eaa0ae6b8c934988a8f6e.zip
stash window dimensions
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 69b8a9d..b7d8a8a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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