summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-17 22:58:02 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-17 23:01:39 +0200
commitd0ba2c585d966959c02c6d8ddc2365222d310ae6 (patch)
tree8e11435a00d89e75ccea3a78a015ab9d9c076b1c /window.h
parent4310b846c18d6c4d6ce44826ee5187c4745c4e6f (diff)
downloadnsxiv-d0ba2c585d966959c02c6d8ddc2365222d310ae6.tar.zst
Simplified thumbnail selection and marks
Diffstat (limited to 'window.h')
-rw-r--r--window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/window.h b/window.h
index d35d91e..1178007 100644
--- a/window.h
+++ b/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);