diff options
author | James Booth <boothj5@gmail.com> | 2015-07-29 22:48:03 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-07-29 22:48:03 +0100 |
commit | 5576b88a0498f138939f43a0d7948870939c907d (patch) | |
tree | cdeff5ff53ee69149b3ff2621d1cb6125f1ec716 /tests/unittests/ui | |
parent | 30c1cdd3185cbbc59f79ce16305b1c099ee4044f (diff) | |
download | profani-tty-5576b88a0498f138939f43a0d7948870939c907d.tar.gz |
Added indent padding
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index efe70d62..59e2ac9f 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -539,8 +539,8 @@ void win_hide_subwin(ProfWin *window) {} void win_show_subwin(ProfWin *window) {} void win_refresh_without_subwin(ProfWin *window) {} void win_refresh_with_subwin(ProfWin *window) {} -void win_print(ProfWin *window, const char show_char, GDateTime *timestamp, int flags, theme_item_t theme_item, const char * const from, const char * const message) {} -void win_vprint(ProfWin *window, const char show_char, GDateTime *timestamp, int flags, theme_item_t theme_item, const char * const from, const char * const message, ...) {} +void win_print(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_vprint(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, ...) {} char* win_get_title(ProfWin *window) { return NULL; |