On Fri, Aug 16, 2013 at 09:47:39PM +0200, Marc-André Lureau wrote:
> Open a window on each client monitor in fullscreen. If the remote
> display has less monitors than the client, the extra client monitors
> will still be used to prevent the user from accessing the windows or
> desktop bellow, and also to show some status messages when necessary.
> ---
> src/virt-viewer-app.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
> index 226e3fc..a38d9ab 100644
> --- a/src/virt-viewer-app.c
> +++ b/src/virt-viewer-app.c
> @@ -1262,7 +1262,22 @@ static void
> virt_viewer_app_usb_failed(VirtViewerSession *session G_GNUC_UNUSED,
> static void
> virt_viewer_app_set_kiosk(VirtViewerApp *self, gboolean enabled)
> {
> + int i;
> +This can be moved in the if (enabled) block. > self->priv->kiosk = enabled; > + virt_viewer_app_set_fullscreen(self, enabled); Why is it not in the if (enabled) block? Christophe
pgpW9oxOzv0E1.pgp
Description: PGP signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
