Use imlib-handles in thumbs.c instead of pixmaps
This commit is contained in:
6
window.h
6
window.h
@ -68,14 +68,10 @@ int win_moveresize(win_t*, int, int, unsigned int, unsigned int);
|
||||
|
||||
void win_toggle_fullscreen(win_t*);
|
||||
|
||||
Pixmap win_create_pixmap(win_t*, int, int);
|
||||
void win_free_pixmap(win_t*, Pixmap);
|
||||
|
||||
void win_clear(win_t*);
|
||||
void win_draw_pixmap(win_t*, Pixmap, int, int, int, int);
|
||||
void win_draw(win_t*);
|
||||
void win_draw_rect(win_t*, Pixmap, int, int, int, int, Bool, int,
|
||||
unsigned long);
|
||||
void win_draw(win_t*);
|
||||
|
||||
void win_set_title(win_t*, const char*);
|
||||
void win_set_cursor(win_t*, win_cur_t);
|
||||
|
Reference in New Issue
Block a user