init label

This commit is contained in:
okan 2016-09-13 17:42:58 +00:00
parent a94254137c
commit 9124a561e3

View File

@ -73,6 +73,7 @@ client_init(Window win, struct screen_ctx *sc)
cc->sc = sc;
cc->win = win;
cc->label = NULL;
cc->gc = NULL;
cc->flags = 0;
cc->stackingorder = 0;