aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorokan2016-09-13 17:42:58 +0000
committerokan2016-09-13 17:42:58 +0000
commit94f916d33826c67c48de8587c500ea39d746630d (patch)
tree4fd8842dd1eeab6fca5edf1628153b810c9313b9 /client.c
parent1309ef15169cac4c27577bc4df2103c1c233d137 (diff)
downloadcwm-94f916d33826c67c48de8587c500ea39d746630d.tar.gz
init label
Diffstat (limited to 'client.c')
-rw-r--r--client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client.c b/client.c
index 042ae9b..a274c64 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: client.c,v 1.218 2016/09/12 13:48:41 okan Exp $
+ * $OpenBSD: client.c,v 1.219 2016/09/13 17:42:58 okan Exp $
*/
#include <sys/types.h>
@@ -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;