From 819d795ba8472cc0c5b9f1f58fd4422d8c41ec71 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 14 Feb 2023 20:34:12 +0100 Subject: [dwl] merge main, fix pertag/view(0), rule can prevent client focus --- dwl/util.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dwl/util.h (limited to 'dwl/util.h') diff --git a/dwl/util.h b/dwl/util.h new file mode 100644 index 0000000..4c94117 --- /dev/null +++ b/dwl/util.h @@ -0,0 +1,4 @@ +/* See LICENSE.dwm file for copyright and license details. */ + +void die(const char *fmt, ...); +void *ecalloc(size_t nmemb, size_t size); -- cgit v1.2.3