diff options
author | kraxel <kraxel> | 2007-08-20 12:44:06 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-20 12:44:06 +0000 |
commit | 6bac6719a031722e116431e0cb26c9f4f50d0d07 (patch) | |
tree | da5a1dd2b03ae77c985a4219ef73fedab248748f /mdns-browser.c | |
parent | 01af1cbcc50199d9f7e6e4756500e5cab2382747 (diff) | |
download | xenwatch-6bac6719a031722e116431e0cb26c9f4f50d0d07.tar.gz |
more gtk-vnc tweaks
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 |