Refactored thumbs, new files thumbs.[ch]
This commit is contained in:
3
window.h
3
window.h
@ -63,7 +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*);
|
||||
Pixmap win_create_pixmap(win_t*, int, int);
|
||||
void win_free_pixmap(win_t*, Pixmap);
|
||||
void win_draw_pixmap(win_t*, Pixmap, int, int, int, int);
|
||||
|
||||
void win_clear(win_t*);
|
||||
|
Reference in New Issue
Block a user