summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-05 13:47:02 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-05 13:47:02 +0200
commitd81442f55dd1414fd23617044ea157de8d9f1baa (patch)
treebe17830e36bd19f2c78e2e73db9cface055cc827 /window.h
parentb8fd923e740bcbaebe523c48ca67c3725c1b3863 (diff)
downloadnsxiv-d81442f55dd1414fd23617044ea157de8d9f1baa.tar.zst
Own win method for mouse cursor location
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index f5f9df0..1bf62ec 100644
--- a/window.h
+++ b/window.h
@@ -106,5 +106,6 @@ int win_textwidth(const win_env_t*, const char*, unsigned int, bool);
void win_set_title(win_t*, const char*);
void win_set_cursor(win_t*, cursor_t);
+void win_cursor_pos(win_t*, int*, int*);
#endif /* WINDOW_H */