mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 13:06:22 +00:00
Add ch arg to win_printf_line
This commit is contained in:
@@ -521,7 +521,7 @@ void win_show_subwin(ProfWin *window) {}
|
||||
void win_refresh_without_subwin(ProfWin *window) {}
|
||||
void win_refresh_with_subwin(ProfWin *window) {}
|
||||
void win_printf(ProfWin *window, const char show_char, int pad_indent, GDateTime *timestamp, int flags, theme_item_t theme_item, const char * const from, const char * const message, ...) {}
|
||||
void win_printf_line(ProfWin *window, theme_item_t theme_item, const char *const message, ...) {}
|
||||
void win_printf_line(ProfWin *window, theme_item_t theme_item, const char ch, const char *const message, ...) {}
|
||||
|
||||
char* win_get_title(ProfWin *window)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user