summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/window.c b/gtk/window.c
index 7a66c5111..6bb96679a 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -1059,7 +1059,8 @@ void gui_window_hide_pointer(struct gui_window *g)
}
-void gui_window_place_caret(struct gui_window *g, int x, int y, int height)
+void gui_window_place_caret(struct gui_window *g, int x, int y, int height,
+ const struct rect *clip)
{
nsgtk_redraw_caret(g);