refactor: remove guarded helper headers
This commit is contained in:
10
fn.h
10
fn.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user