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

7
font.c
View File

@@ -83,7 +83,7 @@ loadfont(char *path)
return 1;
}
void
int
fontinit(char *dir)
{
static char *names[] = {
@@ -108,11 +108,6 @@ fontinit(char *dir)
blendtab[0][a] = blend(Colbg, Colfg, a);
blendtab[1][a] = blend(Colsel, Colfg, a);
}
}
int
fontready(void)
{
return nfonts != 0;
}