Blame SOURCES/0083-Revert-Fix-bug-with-initial-placement-of-fullscreen-.patch
|
|
4ab194 |
From ea9a07c37739d94df2ffcdb46a20a03297dd61c0 Mon Sep 17 00:00:00 2001
|
|
|
4ab194 |
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
|
|
|
4ab194 |
Date: Thu, 23 Oct 2014 15:03:27 +0200
|
|
|
4ab194 |
Subject: [PATCH] Revert "Fix bug with initial placement of fullscreen windows"
|
|
|
4ab194 |
|
|
|
4ab194 |
This reverts commit 912d62f4b706db37a8b023ca2e06a24fb0ac97e5.
|
|
|
4ab194 |
---
|
|
|
4ab194 |
src/virt-viewer-app.c | 3 ++-
|
|
|
4ab194 |
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
4ab194 |
|
|
|
4ab194 |
diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
|
|
|
4ab194 |
index 6dbe4bb..1abcc90 100644
|
|
|
4ab194 |
--- a/src/virt-viewer-app.c
|
|
|
4ab194 |
+++ b/src/virt-viewer-app.c
|
|
|
4ab194 |
@@ -880,7 +880,8 @@ ensure_window_for_display(VirtViewerApp *self, VirtViewerDisplay *display)
|
|
|
4ab194 |
g_debug("Found a window without a display, reusing for this display...");
|
|
|
4ab194 |
virt_viewer_app_set_window_subtitle(self, win, nth);
|
|
|
4ab194 |
if (self->priv->fullscreen && !self->priv->kiosk)
|
|
|
4ab194 |
- app_window_try_fullscreen(self, win, nth);
|
|
|
4ab194 |
+ app_window_try_fullscreen(self, win,
|
|
|
4ab194 |
+ virt_viewer_app_get_initial_monitor_for_display(self, nth));
|
|
|
4ab194 |
} else {
|
|
|
4ab194 |
win = virt_viewer_app_window_new(self, nth);
|
|
|
4ab194 |
}
|