summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index e2921bd23..1e564a173 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -1221,7 +1221,8 @@ void gui_window_hide_pointer(struct gui_window *g)
//XXX no BView::HideCursor... use empty one
}
-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)
{
//CALLED();
if (g->view == NULL)