Switch to DWL

This commit is contained in:
2024-05-10 21:07:36 +01:00
parent f9d52d3060
commit caf421b334
17 changed files with 5867 additions and 2 deletions

4
dwl/util.h Normal file
View File

@@ -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);