From 64d383df3b78780802a32d64fe885ac0ce41b079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 8 Mar 2019 18:40:57 +0100 Subject: [PATCH] gui: fix MSG_CLIPBOARD_DATA format in protocol >= 1.2 See QubesOS/qubes-gui-daemon#15 --- system/gui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gui.md b/system/gui.md index ed100843..32101fb8 100644 --- a/system/gui.md +++ b/system/gui.md @@ -138,7 +138,7 @@ This header is followed by message-specific data: MSG_CLIPBOARD_DATA - amorphic blob (length determined by the "window" field) + amorphic blob (in protocol before 1.2, length determined by the "window" field, in 1.2 and later - by untrusted_len in the header) Store the received clipboard content (not parsing in any way)