Blame SOURCES/0002-Don-t-re-configure-displays-when-show-hint-changes.patch

4a6991
From 0cf787e72e94e4ca18ed486871c0602b4f94cd25 Mon Sep 17 00:00:00 2001
4a6991
From: Jonathon Jongsma <jjongsma@redhat.com>
4a6991
Date: Wed, 13 Nov 2013 16:37:51 -0600
4a6991
Subject: [PATCH] Don't re-configure displays when show-hint changes
4a6991
4a6991
This caused secondary displays on a windows guest to flicker under some
4a6991
circumstances. The old code didn't re-configure displays in this case either, so
4a6991
it shouldn't have been included in the display alignment refactor.
4a6991
---
4a6991
 src/virt-viewer-display-spice.c | 2 --
4a6991
 1 file changed, 2 deletions(-)
4a6991
4a6991
diff --git a/src/virt-viewer-display-spice.c b/src/virt-viewer-display-spice.c
4a6991
index 46bc96a..4bffc19 100644
4a6991
--- a/src/virt-viewer-display-spice.c
4a6991
+++ b/src/virt-viewer-display-spice.c
4a6991
@@ -118,8 +118,6 @@ show_hint_changed(VirtViewerDisplay *self)
4a6991
 
4a6991
     g_object_get(self, "nth-display", &nth, NULL);
4a6991
     spice_main_set_display_enabled(main_channel, nth, enabled);
4a6991
-
4a6991
-    virt_viewer_display_spice_monitor_geometry_changed(VIRT_VIEWER_DISPLAY_SPICE(self));
4a6991
 }
4a6991
 
4a6991
 static void