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
main.c
View File

@@ -70,6 +70,7 @@ threadmain(int argc, char **argv)
proccreate(drawthread, nil, 16384);
proccreate(srvthread, nil, 16384);
proccreate(ibusthread, nil, 32768);
proccreate(waylandthread, nil, 32768);
threadcreate(dictthread, nil, 16384);
threadcreate(imthread, nil, 16384);