~ruther/dwl

ref: a4fa9546166c9af277616dd6dcd80e61ee024eb3 dwl/util.h -rw-r--r-- 166 bytes
a4fa9546 — Leonardo Hernández Hernández do not restack xwayland surfaces (wlroots!4756) 1 year, 2 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);