Nicer fit window to image

This commit is contained in:
Bert
2011-02-06 17:40:48 +01:00
parent cbf6aae721
commit 603e664f7c
4 changed files with 18 additions and 11 deletions

View File

@ -57,7 +57,7 @@ void win_open(win_t*);
void win_close(win_t*);
int win_configure(win_t*, XConfigureEvent*);
int win_resize(win_t*, unsigned int, unsigned int);
int win_moveresize(win_t*, int, int, unsigned int, unsigned int);
void win_toggle_fullscreen(win_t*);