]> git.proxmox.com Git - mirror_qemu.git/commit
ui/clipboard: fix serial priority
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 12 Sep 2022 10:24:52 +0000 (14:24 +0400)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Sep 2022 12:38:27 +0000 (14:38 +0200)
commit0e23ae9c657d65049e5ef3a06451b22830964f35
tree4eb55964c00337580306cf02077cfe2c785241c9
parent410840cdb1342751f58a3521f48d5a9faf694c3b
ui/clipboard: fix serial priority

The incoming grab event should have a higher serial.
See also "vdagent: introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL":
https://gitlab.freedesktop.org/spice/spice-protocol/-/commit/045a6978d6dbbf7046affc5c321fa8177c8cce56

This is only a relevant fix for the -display dbus, only user of that
function.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220912102455.111765-3-marcandre.lureau@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/clipboard.c