mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 03:50:44 +01:00
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:
2
src/ui.c
2
src/ui.c
@@ -67,7 +67,7 @@ static void process_sigwinch(int signal) {
|
|||||||
need_resize = 1;
|
need_resize = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void draw_bg() {
|
static inline void draw_bg() {
|
||||||
// apply bg color to all screen
|
// apply bg color to all screen
|
||||||
printf("\x1b[%sm\x1b[2J", g_config->colors.bg);
|
printf("\x1b[%sm\x1b[2J", g_config->colors.bg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user