From ad571e7448eb53fb099ec0cb87baf97cb38d3450 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 27 Feb 2022 16:53:45 +0600 Subject: always initialize window title before if exec/win-title didn't exist then window title wouldn't be set. this patch makes it so window title is always set to something. --- nsxiv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index a60f028..8576d51 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -442,7 +442,7 @@ void win_toggle_bar(win_t*); void win_clear(win_t*); void win_draw(win_t*); void win_draw_rect(win_t*, int, int, int, int, bool, int, unsigned long); -void win_set_title(win_t*); +void win_set_title(win_t*, bool); void win_set_cursor(win_t*, cursor_t); void win_cursor_pos(win_t*, int*, int*); -- cgit v1.2.3-70-g09d2