aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-10-25 15:07:04 +0000
committerkraxel <kraxel>2006-10-25 15:07:04 +0000
commit6caa675a9500d283d31dfb7a5eb87f4950731592 (patch)
tree9201dd2a0a5a0c28954c212b18aa6c8b2f7c6cc6 /xd_view.c
parente4309b4efef95f8f7a617c529642c29ccbf46690 (diff)
downloadxenwatch-6caa675a9500d283d31dfb7a5eb87f4950731592.tar.gz
make kbd handling configurable
Diffstat (limited to 'xd_view.c')
-rw-r--r--xd_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xd_view.c b/xd_view.c
index dc1c1d8..d528681 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -136,7 +136,7 @@ static void open_vnc(gint id, char *name, char *ostype)
if (0 == strcmp(ostype, "hvm")) {
/* works for hvm ... */
#ifdef HAVE_VNC
- vnc_open("localhost", id, 0);
+ vnc_open("localhost", id, 0, 0);
#else
if (-1 == open_vnc_session("localhost", id))
gtk_message(GTK_MESSAGE_ERROR, app_error);