aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-10-26 14:57:40 +0000
committerkraxel <kraxel>2006-10-26 14:57:40 +0000
commit16928d0f1b55cd0adb39450f1fbd122e6aac3f5e (patch)
tree34ae5733f8a79c8cbd447a11aa49846fa1f03f2f /xd_view.c
parenta528dd2172edb6fc4a152c2cd5f2b1f1b64a5531 (diff)
downloadxenwatch-16928d0f1b55cd0adb39450f1fbd122e6aac3f5e.tar.gz
cvs passwd fixup
Diffstat (limited to 'xd_view.c')
-rw-r--r--xd_view.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xd_view.c b/xd_view.c
index 61a8bc5..129fef8 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -136,7 +136,10 @@ static void open_vnc(gint id, char *hostname, gint displayno)
{
#ifdef HAVE_VNCCLIENT
if (1) {
- vnc_open(hostname, displayno, 0, 0);
+ vnc_open(hostname, displayno,
+ 0, /* standalone */
+ 1, /* uskbd */
+ 0); /* debug */
return;
}
#endif