mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
Add missing dummy ZeroScrap() on linux
This commit is contained in:
parent
243307f05c
commit
80c2e5349f
@ -54,6 +54,14 @@ void GetScrap(void **handle, uint32 type, int32 offset)
|
||||
D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
|
||||
}
|
||||
|
||||
/*
|
||||
* ZeroScrap() is called before a Mac application writes to the clipboard; clears out the previous contents
|
||||
*/
|
||||
|
||||
void ZeroScrap()
|
||||
{
|
||||
D(bug("ZeroScrap\n"));
|
||||
}
|
||||
|
||||
/*
|
||||
* Mac application wrote to clipboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user