From 81f70304edcb44a800f5e7ba2272d7852a88b8ed Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Wed, 13 Nov 2013 16:37:51 -0600 Subject: 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 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 -- cgit