aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2008-12-18 12:19:58 +0000
committerkraxel <kraxel>2008-12-18 12:19:58 +0000
commit6b051823c1fa1e797abdfa5b696c9f6b051e9f6e (patch)
tree94b06d8c5c381598b45e892261e49cf1189cb75d /xd_view.c
parentc31563927b4291cdf4ef698eed706e991a43461f (diff)
downloadxenwatch-6b051823c1fa1e797abdfa5b696c9f6b051e9f6e.tar.gz
- rename xenstore to avoid name conflich with xen-shipped utility.
- update makefile bits. - disable tty busy check. - update version.
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 188f873..5bfe790 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_SHOW_MOUSE, 0);
+ vnc_open(hostname, tcpport, VNC_FLAG_SHOW_MOUSE | VNC_FLAG_DISCONNECT_CLOSE, 0);
return;
}
#endif