summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-21 12:49:29 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-21 12:49:29 +0100
commited2c9f7caa67dcd1c9b0331c5634d9ccdb3b9fa8 (patch)
treeb5010c6cc2215264c200dce87a3152e3b8ca8a1f /window.h
parent9c346c322a8d76b04db60f4528aaa4448adeca8e (diff)
downloadnsxiv-ed2c9f7caa67dcd1c9b0331c5634d9ccdb3b9fa8.tar.zst
Display full name in info bar, if there is enough space
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index 63a6aab..f542374 100644
--- a/window.h
+++ b/window.h
@@ -76,6 +76,8 @@ void win_draw(win_t*);
void win_draw_rect(win_t*, Pixmap, int, int, int, int, bool, int,
unsigned long);
+int win_textwidth(const char*, unsigned int, bool);
+
void win_set_title(win_t*, const char*);
void win_set_bar_info(win_t*, const char*, const char*);
void win_set_cursor(win_t*, cursor_t);