]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui: dispatch GL events to all listeners
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 25 Jan 2021 20:00:30 +0000 (00:00 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Dec 2021 06:50:21 +0000 (10:50 +0400)
commit7cc712e9862ffdbe4161dbdf3bbf41bcbe547472
treea22784a6e0647dbe4abd226de4fb8ed569a83867
parentf6413cbfd0b3a3f85ebaf9fe13494af1dad916bb
ui: dispatch GL events to all listeners

For now, only one listener can receive GL events. Let's dispatch to all
listeners. (preliminary check ensure there is a single listener now
during regitration, and in next patches, compatible listeners only)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c