mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
Fix 32-bit Mac OS X build.
This commit is contained in:
parent
66ff591aa3
commit
fd78a64ade
@ -159,6 +159,16 @@ void GetScrap(void **handle, uint32 type, int32 offset)
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
* ZeroScrap() is called before a Mac application writes to the clipboard; clears out the previous contents
|
||||
*/
|
||||
|
||||
void ZeroScrap()
|
||||
{
|
||||
D(bug("ZeroScrap\n"));
|
||||
|
||||
we_put_this_data = false;
|
||||
}
|
||||
|
||||
/*
|
||||
* Mac application wrote to clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user