diff options
Diffstat (limited to 'src/api/window.h')
-rw-r--r-- | src/api/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/window.h b/src/api/window.h index be8dab66b8..52f4d9719f 100644 --- a/src/api/window.h +++ b/src/api/window.h @@ -96,7 +96,7 @@ void window_set_option(Window window, String name, Object value, Error *err); /// @param window The window handle /// @param[out] err Details of an error that may have occurred /// @return The (row, col) tuple with the window position -Position window_get_pos(Window window, Error *err); +Position window_get_position(Window window, Error *err); /// Gets the window tab page /// |