aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
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 b7e289e..47fc1b0 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -136,7 +136,7 @@ static void open_vnc(gint id, char *hostname, gint tcpport)
{
#ifdef HAVE_GTK_VNC
if (1) {
- vnc_open(hostname, tcpport, VNC_FLAG_US_KBD, 0);
+ vnc_open(hostname, tcpport, VNC_FLAG_SHOW_MOUSE, 0);
return;
}
#endif