~ruther/dwl

ref: b28674e0ca4a9ecc92cb0607498e3db2df3d4c00 dwl/util.h -rw-r--r-- 166 bytes
b28674e0 — Leonardo Hernández Hernández add support for ext-image-copy-capture-v1 and ext-image-capture-source-v1 (wlroots!4545) 8 months ago
                                                                                
1
2
3
4
5
/* See LICENSE.dwm file for copyright and license details. */

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);