summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-session-spice.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2014-01-20 10:26:10 -0600
committerJonathon Jongsma <jjongsma@redhat.com>2014-08-07 08:51:15 -0500
commit539e6724374f22194d38bcab876e48e97517b843 (patch)
tree9bf83fa4c3b15219a465a29633074038fdc9738b /src/virt-viewer-session-spice.c
parentb684a76fa4147ecf5c241476d9c362cfff404c29 (diff)
downloadvirt-viewer-539e6724374f22194d38bcab876e48e97517b843.tar.gz
virt-viewer-539e6724374f22194d38bcab876e48e97517b843.tar.xz
virt-viewer-539e6724374f22194d38bcab876e48e97517b843.zip
Change per-guest fullscreen config format
use <display>:<monitor>;<display>:<monitor> instead of simply implying the display from the array index (e.g. <monitor>;<monitor>). This allows you to set up sparse guest displays (e.g. display 1 + 3). For example, to configure display 1 to be fullscreen on monitor 2 and display 2 to be fullscreen on monitor 3: monitor-mapping=1:2;2:3
Diffstat (limited to 'src/virt-viewer-session-spice.c')
-rw-r--r--src/virt-viewer-session-spice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
index d5531c2..b6886be 100644
--- a/src/virt-viewer-session-spice.c
+++ b/src/virt-viewer-session-spice.c
@@ -890,7 +890,7 @@ name_changed(GObject *gobject G_GNUC_UNUSED,
VirtViewerSessionSpice *self)
{
gchar *name = NULL;
- VirtViewerApp* app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
+ VirtViewerApp *app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
g_object_get(self->priv->session, "name", &name, NULL);