From 7ef09b90bbbf76cf996fa7601f1a7f05a05f38ac Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 14 May 2006 08:35:35 +0000 Subject: [PATCH] NQD dirty boxes, BeOS backend -- no-op. --- SheepShaver/src/BeOS/video_beos.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SheepShaver/src/BeOS/video_beos.cpp b/SheepShaver/src/BeOS/video_beos.cpp index da44eb78..fb5dc471 100644 --- a/SheepShaver/src/BeOS/video_beos.cpp +++ b/SheepShaver/src/BeOS/video_beos.cpp @@ -776,3 +776,12 @@ void video_set_cursor(void) { the_window->cursor_changed = true; // Inform window (don't set cursor directly because this may run at interrupt (i.e. signal handler) time) } + + +/* + * Record dirty area from NQD + */ + +void video_set_dirty_area(int x, int y, int w, int h) +{ +}