diff options
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*); |