aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--calmwm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index cde8678..543254c 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.290 2015/06/05 15:01:51 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.291 2015/06/08 15:11:29 okan Exp $
*/
#ifndef _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