action_maximise

This commit is contained in:
Sean Pringle
2013-02-05 10:22:19 +10:00
parent 4861ec182c
commit 0ff95d74be
4 changed files with 19 additions and 1 deletions

3
xoat.c
View File

@@ -76,7 +76,7 @@ typedef struct {
Window transient, leader;
Atom type, states[ATOMLIST+1];
short monitor, visible, manage, input, urgent, full, ours, maxv, maxh;
unsigned long spot;
unsigned long spot, max;
char *class;
} client;
@@ -110,6 +110,7 @@ void action_focus_monitor(void*, int, client*);
void action_fullscreen(void*, int, client*);
void action_maximize_vert(void*, int, client*);
void action_maximize_horz(void*, int, client*);
void action_maximize(void*, int, client*);
#include "config.h"