Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
svn-id: r4909
This commit is contained in:
parent
5b8eb34406
commit
0fbefc72aa
12 changed files with 300 additions and 4 deletions
|
@ -772,6 +772,12 @@ void OSystem_MAC::copy_rect(const byte *buf, int pitch, int x, int y, int w, int
|
|||
} while(--h);
|
||||
}
|
||||
|
||||
void OSystem_MAC::move_screen(int dx, int dy) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
void OSystem_MAC::add_dirty_rect(int x, int y, int w, int h) {
|
||||
if (force_full)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue