From 037beb44fb8f14c80963e54e9b430a0ef03a9d5d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 5 Mar 2013 22:53:33 +0000 Subject: Pass caret clip rect out to front ends. (Nothing actually using them yet.) --- atari/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari') 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; -- cgit v1.2.3