remove NET_WM_STATE_ABOVE support. not useful in this context.

This commit is contained in:
seanpringle
2012-11-07 17:40:29 +10:00
parent 455361d112
commit ca715481e8
7 changed files with 2 additions and 50 deletions

2
xoat.c
View File

@@ -77,7 +77,7 @@ typedef struct {
XWindowAttributes attr;
Window transient, leader;
Atom type, states[ATOMLIST+1];
short monitor, visible, manage, input, urgent, full, above, ours;
short monitor, visible, manage, input, urgent, full, ours;
unsigned long spot;
char *class;
} client;