diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-08-17 22:58:02 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-08-17 23:01:39 +0200 |
commit | d0ba2c585d966959c02c6d8ddc2365222d310ae6 (patch) | |
tree | 8e11435a00d89e75ccea3a78a015ab9d9c076b1c /window.h | |
parent | 4310b846c18d6c4d6ce44826ee5187c4745c4e6f (diff) |
Simplified thumbnail selection and marks
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |