Switch to DWL

This commit is contained in:
2024-05-10 21:07:36 +01:00
parent aa9f3db7b5
commit ba7326c13a
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);