diff options
| author | tslil clingman <tslil@posteo.de> | 2023-02-14 20:34:12 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-02-14 20:34:54 +0100 |
| commit | 819d795ba8472cc0c5b9f1f58fd4422d8c41ec71 (patch) | |
| tree | 72fc3a44b7e654c2d7f83b32f52fdb205b8aa11d /dwl/util.h | |
| parent | e9d8f093021dc416a5c790e2161d047426db2592 (diff) | |
[dwl] merge main, fix pertag/view(0), rule can prevent client focus
Diffstat (limited to 'dwl/util.h')
| -rw-r--r-- | dwl/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
