First things for thumbnail mode

This commit is contained in:
Bert
2011-02-16 16:47:12 +01:00
parent e8ed491ba9
commit 7b49740613
8 changed files with 55 additions and 2 deletions

View File

@ -63,6 +63,8 @@ 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_clear(win_t*);
void win_draw(win_t*);