Mechanical change: group->gc

This commit is contained in:
okan
2015-08-27 18:53:14 +00:00
parent f467838e7b
commit 28d4001eca
5 changed files with 17 additions and 17 deletions

View File

@@ -147,6 +147,7 @@ struct client_ctx {
TAILQ_ENTRY(client_ctx) entry;
TAILQ_ENTRY(client_ctx) group_entry;
struct screen_ctx *sc;
struct group_ctx *gc;
Window win;
Colormap colormap;
unsigned int bwidth; /* border width */
@@ -198,7 +199,6 @@ struct client_ctx {
char *name;
char *label;
char *matchname;
struct group_ctx *group;
XClassHint ch;
XWMHints *wmh;
};