Simplified thumbnail selection and marks

This commit is contained in:
Bert Münnich
2014-08-17 22:58:02 +02:00
parent 4310b846c1
commit d0ba2c585d
3 changed files with 15 additions and 19 deletions

View File

@ -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);