added max
This commit is contained in:
12
client.c
12
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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user