diff options
author | Bert <ber.t@gmx.com> | 2011-01-20 17:00:59 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-20 17:00:59 +0100 |
commit | 08018427c61435de9cd8dca1d1cc9bb69ca2fd74 (patch) | |
tree | 33b4144194d1e30c87331ae6613d151c1147c947 /window.h | |
parent | eeb58886a5b9d7460f81a1e3216692b5dc3a6341 (diff) |
Put some useful information in the window title
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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*); |