Blob Blame History Raw
From 0cf787e72e94e4ca18ed486871c0602b4f94cd25 Mon Sep 17 00:00:00 2001
From: Jonathon Jongsma <jjongsma@redhat.com>
Date: Wed, 13 Nov 2013 16:37:51 -0600
Subject: [PATCH] Don't re-configure displays when show-hint changes

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 46bc96a..4bffc19 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