[virt-tools-list] [PATCH 1/2] Don't re-configure displays when show-hint changes

Jonathon Jongsma jjongsma at redhat.com
Thu Nov 14 17:53:56 UTC 2013


This caused secondary displays on a windows guest to flicker under some
circumstances. The old code didn't re-configure displays in this case either, so
it shouldn't have been included in the display alignment refactor.
---
 src/virt-viewer-display-spice.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/virt-viewer-display-spice.c b/src/virt-viewer-display-spice.c
index 123f55c..d13fbda 100644
--- a/src/virt-viewer-display-spice.c
+++ b/src/virt-viewer-display-spice.c
@@ -118,8 +118,6 @@ show_hint_changed(VirtViewerDisplay *self)
 
     g_object_get(self, "nth-display", &nth, NULL);
     spice_main_set_display_enabled(main_channel, nth, enabled);
-
-    virt_viewer_display_spice_monitor_geometry_changed(VIRT_VIEWER_DISPLAY_SPICE(self));
 }
 
 static void
-- 
1.8.3.1




More information about the virt-tools-list mailing list