[Spice-devel] [PATCH v2 12/12] [fixup] spice: qemu_spice_gl_monitor_config + surface
Gerd Hoffmann
kraxel at redhat.com
Fri Feb 19 09:14:49 UTC 2016
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
ui/spice-display.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ui/spice-display.c b/ui/spice-display.c
index 34e6d51..806851f 100644
--- a/ui/spice-display.c
+++ b/ui/spice-display.c
@@ -922,6 +922,10 @@ static void spice_gl_switch(DisplayChangeListener *dcl,
surface_width(ssd->ds),
surface_height(ssd->ds),
stride, fourcc, false);
+
+ qemu_spice_gl_monitor_config(ssd, 0, 0,
+ surface_width(ssd->ds),
+ surface_height(ssd->ds));
}
}
--
1.8.3.1
More information about the Spice-devel
mailing list