fix: building with -flto=auto (#102)

I need this to finish the AUR packages at #100.

It probably also broke the current lidm-git package
This commit is contained in:
2026-01-20 22:29:58 +01:00
committed by GitHub
parent 7e7a297e2e
commit 9cf5297205

View File

@@ -67,7 +67,7 @@ static void process_sigwinch(int signal) {
need_resize = 1;
}
inline void draw_bg() {
static inline void draw_bg() {
// apply bg color to all screen
printf("\x1b[%sm\x1b[2J", g_config->colors.bg);
}