[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 02/12] ui/vdagent: remove copy-pasta comment
|
From: |
marcandre . lureau |
|
Subject: |
[PATCH 02/12] ui/vdagent: remove copy-pasta comment |
|
Date: |
Mon, 19 Jul 2021 11:26:44 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
ui/vdagent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/vdagent.c b/ui/vdagent.c
index f6ef8d1993..5ae5734c81 100644
--- a/ui/vdagent.c
+++ b/ui/vdagent.c
@@ -516,7 +516,7 @@ static void vdagent_chr_recv_clipboard(VDAgentChardev *vd,
VDAgentMessage *msg)
qemu_clipboard_set_data(&vd->cbpeer, vd->cbinfo[s], type,
size, data, true);
break;
- case VD_AGENT_CLIPBOARD_RELEASE: /* data */
+ case VD_AGENT_CLIPBOARD_RELEASE:
if (vd->cbinfo[s] &&
vd->cbinfo[s]->owner == &vd->cbpeer) {
/* set empty clipboard info */
--
2.32.0.93.g670b81a890
- [PATCH 00/12] Clipboard fixes (for 6.1?), marcandre . lureau, 2021/07/19
- [PATCH 01/12] ui/vdagent: fix leak on error path, marcandre . lureau, 2021/07/19
- [PATCH 02/12] ui/vdagent: remove copy-pasta comment,
marcandre . lureau <=
- [PATCH 03/12] ui/gtk-clipboard: use existing macros, marcandre . lureau, 2021/07/19
- [PATCH 04/12] ui/gtk-clipboard: fix clipboard enum typo, marcandre . lureau, 2021/07/19
- [PATCH 05/12] ui/clipboard: add helper to retrieve current clipboard, marcandre . lureau, 2021/07/19
- [PATCH 06/12] ui/clipboard: release owned grabs on unregister, marcandre . lureau, 2021/07/19
- [PATCH 07/12] ui/vdagent: unregister clipboard peer on finalize, marcandre . lureau, 2021/07/19
- [PATCH 08/12] ui/vdagent: split clipboard recv message handling, marcandre . lureau, 2021/07/19
- [PATCH 09/12] ui/vdagent: use qemu_clipboard_info helper, marcandre . lureau, 2021/07/19
- [PATCH 10/12] ui/gtk-clipboard: use qemu_clipboard_info helper, marcandre . lureau, 2021/07/19