summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/gui.c b/windows/gui.c
index c9afaf15e..313da5423 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1709,7 +1709,8 @@ void gui_window_stop_throbber(struct gui_window *w)
/**
* place caret in window
*/
-void gui_window_place_caret(struct gui_window *w, int x, int y, int height)
+void gui_window_place_caret(struct gui_window *w, int x, int y, int height,
+ const struct rect *clip)
{
if (w == NULL)
return;