mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +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
|
#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
|
* Mac application wrote to clipboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user