ui: add clipboard infrastructure
commit660e8d0f0be4e87da937ce797973874bb282d498
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 19 May 2021 05:39:33 +0000 (19 07:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 21 May 2021 07:42:44 +0000 (21 09:42 +0200)
treea05534919b34e871236c328154f8f1c5516e9f20
parent58d3f3ff8da8d1f0ea917c661f306c42d0a69e7b
ui: add clipboard infrastructure

Add some infrastructure to manage the clipboard in qemu.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20210519053940.1888907-1-kraxel@redhat.com
Message-Id: <20210519053940.1888907-3-kraxel@redhat.com>
include/ui/clipboard.h [new file with mode: 0644]
ui/clipboard.c [new file with mode: 0644]
ui/meson.build