Re: [PATCH] ui/gtk: Update refresh interval after widget is realized

2020-08-31 Thread Gerd Hoffmann
On Mon, Aug 17, 2020 at 07:23:31PM +0200, Philippe Mathieu-Daudé wrote: > Nikola reported on Windows when gd_vc_gfx_init() is called, the > window is not yet realized, so we run gd_refresh_rate_millihz(NULL) > which returns 0 milli-Hertz. > When a Widget is realized, it fires a 'realized' event. W

Re: [PATCH] ui/gtk: Update refresh interval after widget is realized

2020-08-17 Thread Philippe Mathieu-Daudé
On 8/17/20 8:24 PM, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200817172331.598255-1-phi...@redhat.com/ > > > > Hi, > > This series failed the docker-quick@centos7 build test. Please find the > testing commands and > their output below. If you have Docker installe

Re: [PATCH] ui/gtk: Update refresh interval after widget is realized

2020-08-17 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200817172331.598255-1-phi...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH] ui/gtk: Update refresh interval after widget is realized

2020-08-17 Thread Philippe Mathieu-Daudé
Nikola reported on Windows when gd_vc_gfx_init() is called, the window is not yet realized, so we run gd_refresh_rate_millihz(NULL) which returns 0 milli-Hertz. When a Widget is realized, it fires a 'realized' event. We already have the gd_draw_event() handler registered for this even, so simply mo