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

@@ -281,6 +281,8 @@ namespace rfb {
} DLPRegion;
void translateDLPRegion(rdr::U16 &x1, rdr::U16 &y1, rdr::U16 &x2, rdr::U16 &y2) const;
rdr::U32 clipboardId;
};
};