From 68de81fe8f95b2251b1f30b0e15ba858c17295fd Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Wed, 21 Jul 2004 14:19:21 +0000 Subject: [project @ 2004-07-21 14:19:21 by joty] Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133 --- desktop/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index e0ad49aa0..be1686510 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -47,6 +47,7 @@ void gui_window_set_url(struct gui_window *g, const char *url); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); void gui_window_place_caret(struct gui_window *g, int x, int y, int height); +void gui_window_remove_caret(struct gui_window *g); void gui_window_new_content(struct gui_window *g); struct gui_download_window *gui_download_window_create(const char *url, -- cgit v1.2.3