diff options
author | Bert <ber.t@gmx.com> | 2011-02-16 18:16:00 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-16 18:16:00 +0100 |
commit | 8919204a2e666e12216240a792bfff7a391d4d43 (patch) | |
tree | 057989f1a75c90f7257cc08f118e0197c2e87cef /window.h | |
parent | 89ec18385b1d9e76463afd443b25c203a83c94cb (diff) |
Render thumbnails
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ int win_moveresize(win_t*, int, int, unsigned int, unsigned int); void win_toggle_fullscreen(win_t*); Pixmap win_create_pixmap(win_t*); +void win_draw_pixmap(win_t*, Pixmap, int, int, int, int); void win_clear(win_t*); void win_draw(win_t*); |