diff options
Diffstat (limited to 'mdns-browser.c')
-rw-r--r-- | mdns-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns-browser.c b/mdns-browser.c index 75cab61..70f8673 100644 --- a/mdns-browser.c +++ b/mdns-browser.c @@ -52,7 +52,7 @@ static void usage(FILE *fp) static void vnc_callback(struct mdns_window *mdns, char *name, char *type, char *host, int port, char *url) { - vnc_open(host, port, VNC_FLAG_US_KBD, 0); + vnc_open(host, port, VNC_FLAG_SHOW_MOUSE, 0); } int |