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.) --- framebuffer/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index c08bf2c4c..e8be715c1 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1740,7 +1740,8 @@ gui_window_remove_caret_cb(fbtk_widget_t *widget) } void -gui_window_place_caret(struct gui_window *g, int x, int y, int height) +gui_window_place_caret(struct gui_window *g, int x, int y, int height, + const struct rect *clip) { struct browser_widget_s *bwidget = fbtk_get_userpw(g->browser); -- cgit v1.2.3