refactor: trim popup and XIM helpers

This commit is contained in:
2026-08-12 17:33:14 +09:00
parent 8d68e00f2b
commit de536da0bb
6 changed files with 12 additions and 27 deletions

2
fn.h
View File

@@ -55,5 +55,5 @@ int wlstaterepeat(Wlstate*, uvlong, u32int*);
void* emalloc(ulong);
void* erealloc(void*, ulong);
void fontinit(char*);
int fontinit(char*);
void putfont(u32int*, int, int, int, int, Rune);