summaryrefslogtreecommitdiff
path: root/dwl-0.4/util.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2023-02-14 20:34:12 +0100
committertslil clingman <tslil@posteo.de>2023-02-14 20:34:54 +0100
commit819d795ba8472cc0c5b9f1f58fd4422d8c41ec71 (patch)
tree72fc3a44b7e654c2d7f83b32f52fdb205b8aa11d /dwl-0.4/util.h
parente9d8f093021dc416a5c790e2161d047426db2592 (diff)
[dwl] merge main, fix pertag/view(0), rule can prevent client focus
Diffstat (limited to 'dwl-0.4/util.h')
-rw-r--r--dwl-0.4/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dwl-0.4/util.h b/dwl-0.4/util.h
deleted file mode 100644
index 4c94117..0000000
--- a/dwl-0.4/util.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* See LICENSE.dwm file for copyright and license details. */
-
-void die(const char *fmt, ...);
-void *ecalloc(size_t nmemb, size_t size);