diff options
author | Bert <ber.t@gmx.com> | 2011-01-18 20:11:28 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-18 20:11:28 +0100 |
commit | 79c7e6178e9b577158408157ec23a477556ecf16 (patch) | |
tree | abbefa4cd1b884ca19d396359b4e40dad0057589 /window.h | |
parent | bb4edc756c7ceddb0f13194929cd1d363c85d653 (diff) |
Render image on window
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 */ |