Fix 32-bit Mac OS X build.

This commit is contained in:
Alexei Svitkine 2012-07-01 00:35:06 -04:00
parent 66ff591aa3
commit fd78a64ade

View File

@ -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