summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-rw-r--r--atari/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 049700440..9c04f7253 100644
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -581,7 +581,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)
{
window_place_caret(w->root, 1, x, y, height, NULL);
w->root->caret.state |= CARET_STATE_ENABLED;