ui/gtk: expose gd_monitor_update_interval
commit0fdc99775c03cd31d5e99c8608113ac00ff6266b
authorNikola Pavlica <pavlica.nikola@gmail.com>
Thu, 14 Jan 2021 14:01:52 +0000 (14 15:01 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Jan 2021 10:22:42 +0000 (15 11:22 +0100)
tree4e9594db7dbffd862c9f0029713ab4723008fa80
parent3c4b8f8310ad9fae3c0b36f1e871e2f9b5973550
ui/gtk: expose gd_monitor_update_interval

The gd_egl_refresh function, as the name suggests, is responsible for
refreshing displays when using EGL graphics with QEMU's GTK UI. This is
a perfect candidate for a function to update the refresh rate in.

Since gd_monitor_update_interval is inaccessible from the gd_egl_refresh
function, we need to expose/globalize it in the include/ui/gtk.h file.

Signed-off-by: Nikola Pavlica <pavlica.nikola@gmail.com>
Message-Id: <20210114140153.301473-2-pavlica.nikola@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/gtk.h
ui/gtk.c