Stash Class and WM Hints in client_ctx

This commit is contained in:
okan
2013-12-11 14:09:21 +00:00
parent 1d68f0683a
commit 23a1abdd8a
4 changed files with 23 additions and 28 deletions

View File

@@ -177,8 +177,8 @@ struct client_ctx {
char *label;
char *matchname;
struct group_ctx *group;
char *app_class;
char *app_name;
XClassHint ch;
XWMHints *wmh;
};
TAILQ_HEAD(client_ctx_q, client_ctx);
TAILQ_HEAD(cycle_entry_q, client_ctx);