diff options
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |