refactor: remove guarded helper headers

This commit is contained in:
2026-08-12 16:45:27 +09:00
parent 4e8720a40d
commit 211a6917b2
17 changed files with 45 additions and 75 deletions

10
fn.h
View File

@@ -28,6 +28,8 @@ void dictthread(void*);
void dictlookup(Dictreq*, Dictres*);
void drawthread(void*);
int popupcells(Rune*, int);
void popupposition(Caret*, int, int, int, int, int, int, int*, int*);
void imthread(void*);
Emit transmap(Im*, Rune);
Emit transko(Im*, Rune);
@@ -41,6 +43,14 @@ int srvreadkey(int, Keyreq*);
void srvthread(void*);
void ibusthread(void*);
void waylandthread(void*);
void wlstateinit(Wlstate*);
int wlstatepress(Wlstate*, u32int, int, int, uvlong);
int wlstaterelease(Wlstate*, u32int);
void wlstaterepeatinfo(Wlstate*, int, int);
void wlstatecancelrepeat(Wlstate*);
void wlstateclear(Wlstate*);
int wlstatetimeout(Wlstate*, uvlong);
int wlstaterepeat(Wlstate*, uvlong, u32int*);
void* emalloc(ulong);
void* erealloc(void*, ulong);