gui: fix MSG_CLIPBOARD_DATA format in protocol >= 1.2

See QubesOS/qubes-gui-daemon#15
This commit is contained in:
Marek Marczykowski-Górecki 2019-03-08 18:40:57 +01:00
parent abe9f5aad1
commit 64d383df3b
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -138,7 +138,7 @@ This header is followed by message-specific data:
</tr>
<tr>
<td>MSG_CLIPBOARD_DATA</td>
<td>amorphic blob (length determined by the "window" field)</td>
<td>amorphic blob (in protocol before 1.2, length determined by the "window" field, in 1.2 and later - by untrusted_len in the header)</td>
<td>Store the received clipboard content (not parsing in any way)</td>
</tr>
<tr>