From 6db5ffb6c9a9c0db5c425c64a96a3896a682c95e Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 12 Jul 2006 16:40:37 +0200 Subject: added max --- client.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'client.c') diff --git a/client.c b/client.c index b961d86..537336c 100644 --- a/client.c +++ b/client.c @@ -11,6 +11,18 @@ #include "util.h" #include "wm.h" +void +max(void *aux) +{ + if(!stack) + return; + stack->x = sx; + stack->y = bh; + stack->w = sw - 2; + stack->h = sh - bh - 2; + resize(stack); +} + void arrange(void *aux) { -- cgit 1.4.1-2-gfad0