gui: fix MSG_CLIPBOARD_DATA format in protocol >= 1.2
See QubesOS/qubes-gui-daemon#15
This commit is contained in:
parent
abe9f5aad1
commit
64d383df3b
|
@ -138,7 +138,7 @@ This header is followed by message-specific data:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>MSG_CLIPBOARD_DATA</td>
|
<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>
|
<td>Store the received clipboard content (not parsing in any way)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user