mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
NQD dirty boxes, BeOS backend -- no-op.
This commit is contained in:
parent
5e4c2b7bb9
commit
7ef09b90bb
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user