From 08018427c61435de9cd8dca1d1cc9bb69ca2fd74 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 20 Jan 2011 17:00:59 +0100 Subject: Put some useful information in the window title --- window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'window.h') diff --git a/window.h b/window.h index 3a1b230..f090d26 100644 --- a/window.h +++ b/window.h @@ -46,6 +46,8 @@ typedef struct win_s { void win_open(win_t*); void win_close(win_t*); +void win_set_title(win_t*, const char*); + int win_configure(win_t*, XConfigureEvent*); void win_clear(win_t*); -- cgit v1.2.3