aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-04-13 20:39:11 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-12-21 10:50:21 +0400
commitca19ef52999251443b511b53e7b0498dd247261e (patch)
tree910c07bed1bebacff9f6a873b5b2bc781d28b04e /ui/cocoa.m
parent46e4609e339f424a0e19c1fb657ccad6a43f7364 (diff)
downloadqemu-ca19ef52999251443b511b53e7b0498dd247261e.zip
qemu-ca19ef52999251443b511b53e7b0498dd247261e.tar.gz
qemu-ca19ef52999251443b511b53e7b0498dd247261e.tar.bz2
ui: do not delay further remote resize
A remote client, such as Spice, will already avoid flooding the stream by delaying the resize requests. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/cocoa.m')
-rw-r--r--ui/cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 7ca429f..69745c4 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -552,7 +552,7 @@ QemuCocoaView *cocoaView;
info.width = frameSize.width;
info.height = frameSize.height;
- dpy_set_ui_info(dcl.con, &info);
+ dpy_set_ui_info(dcl.con, &info, TRUE);
}
- (void)viewDidMoveToWindow