Simplified thumbnail selection and marks
This commit is contained in:
3
window.h
3
window.h
@ -93,8 +93,7 @@ void win_toggle_bar(win_t*);
|
||||
|
||||
void win_clear(win_t*);
|
||||
void win_draw(win_t*);
|
||||
void win_draw_rect(win_t*, Pixmap, int, int, int, int, bool, int,
|
||||
unsigned long);
|
||||
void win_draw_rect(win_t*, int, int, int, int, bool, int, unsigned long);
|
||||
|
||||
int win_textwidth(const char*, unsigned int, bool);
|
||||
|
||||
|
Reference in New Issue
Block a user