summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-07-21 14:19:21 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-07-21 14:19:21 +0000
commit68de81fe8f95b2251b1f30b0e15ba858c17295fd (patch)
tree86a3ff740980e03f84c10947328950bf9c9b2696 /desktop/gui.h
parent7d1a21d758e5115b0f29a86899c75115fcc672ce (diff)
downloadnetsurf-68de81fe8f95b2251b1f30b0e15ba858c17295fd.tar.gz
netsurf-68de81fe8f95b2251b1f30b0e15ba858c17295fd.tar.bz2
[project @ 2004-07-21 14:19:21 by joty]
Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 1 insertions, 0 deletions
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,