store type of window binds

This commit is contained in:
Ailin Nemui 2019-01-30 11:17:36 +01:00 committed by ailin-nemui
commit 8543b874a2
3 changed files with 7 additions and 5 deletions

View file

@ -22,6 +22,7 @@ enum {
typedef struct {
char *servertag;
char *name;
int type;
unsigned int sticky:1;
} WINDOW_BIND_REC;