reduce client mem usage

This commit is contained in:
seanpringle
2012-09-08 17:15:45 +10:00
parent 6c409f13a4
commit 7c0d9812a8
2 changed files with 32 additions and 35 deletions

2
xoat.h
View File

@@ -93,8 +93,6 @@ int nmonitors = 1;
typedef struct {
Window window;
XWindowAttributes attr;
XWMHints hints;
XSizeHints size;
Window transient_for;
Atom type, states[MAX_NET_WM_STATES+1];
short monitor, spot, visible, manage, input, urgent;