summaryrefslogtreecommitdiff
path: root/gtk
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 /gtk
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 'gtk')
-rw-r--r--gtk/gtk_window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtk_window.c b/gtk/gtk_window.c
index 461849d6f..499afc073 100644
--- a/gtk/gtk_window.c
+++ b/gtk/gtk_window.c
@@ -294,6 +294,11 @@ void gui_window_place_caret(gui_window *g, int x, int y, int height)
}
+void gui_window_remove_caret(struct gui_window *g)
+{
+}
+
+
void html_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,