mbox series

[v2,0/2] ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized

Message ID 20200208161048.11311-1-f4bug@amsat.org (mailing list archive)
Headers show
Series ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized | expand

Message

Philippe Mathieu-Daudé Feb. 8, 2020, 4:10 p.m. UTC
Fix bug report from Jan Kiszka:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html

Supersedes: <20200208143008.6157-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (2):
  ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
  ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not
    realized

 ui/gtk.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Comments

Jan Kiszka Feb. 8, 2020, 5:27 p.m. UTC | #1
On 08.02.20 17:10, Philippe Mathieu-Daudé wrote:
> Fix bug report from Jan Kiszka:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html
>
> Supersedes: <20200208143008.6157-1-f4bug@amsat.org>
>
> Philippe Mathieu-Daudé (2):
>    ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
>    ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not
>      realized
>
>   ui/gtk.c | 19 +++++++++++--------
>   1 file changed, 11 insertions(+), 8 deletions(-)
>

Yep.

Tested-by: Jan Kiszka <jan.kiszka@web.de>
Gerd Hoffmann Feb. 12, 2020, 12:23 p.m. UTC | #2
On Sat, Feb 08, 2020 at 05:10:46PM +0100, Philippe Mathieu-Daudé wrote:
> Fix bug report from Jan Kiszka:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg678130.html
> https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02260.html

Added to UI queue.

thanks,
  Gerd