aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/client.c b/client.c
index b961d86..537336c 100644
--- a/client.c
+++ b/client.c
@@ -12,6 +12,18 @@
#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)
{
Client *c;