Re: [PATCH] ui/cocoa: Take refresh rate into account

2022-06-20 Thread Peter Maydell
On Tue, 14 Jun 2022 at 22:19, Akihiko Odaki wrote: > > Signed-off-by: Akihiko Odaki Hi; generally all commits should have some useful description in the commit message body. In this case, it would be useful to describe the motivation for the patch: is it fixing a bug? What goes wrong with the cu

[PATCH] ui/cocoa: Take refresh rate into account

2022-06-14 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki --- meson.build | 3 ++- ui/cocoa.m | 12 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0c2e11ff071..0f83f3730af 100644 --- a/meson.build +++ b/meson.build @@ -575,7 +575,8 @@ if get_option('attr').allowe