add wayland support

This commit is contained in:
2026-05-28 17:28:47 +09:00
parent ef749ba730
commit 7629ec5fe8
8 changed files with 1801 additions and 2 deletions

1
fn.h
View File

@@ -34,6 +34,7 @@ void dictsend(Im*, Str*);
void srvthread(void*);
void ibusthread(void*);
void waylandthread(void*);
void* emalloc(ulong);
void* erealloc(void*, ulong);