diff options
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,5 +47,6 @@ void win_open(win_t*); void win_close(win_t*); int win_configure(win_t*, XConfigureEvent*); +void win_clear(win_t*); #endif /* WINDOW_H */ |