Log and send clipboard op ids

This commit is contained in:
Matthew McClaskey
2022-04-05 12:52:38 +00:00
parent 6e84e10317
commit b2e878e79e
10 changed files with 37 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ void SMsgHandler::clearBinaryClipboard()
}
void SMsgHandler::addBinaryClipboard(const char mime[], const rdr::U8 *data,
const rdr::U32 len)
const rdr::U32 len, const rdr::U32 id)
{
}