diff options
author | kraxel <kraxel> | 2006-10-25 15:07:04 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-10-25 15:07:04 +0000 |
commit | 6caa675a9500d283d31dfb7a5eb87f4950731592 (patch) | |
tree | 9201dd2a0a5a0c28954c212b18aa6c8b2f7c6cc6 /xd_view.c | |
parent | e4309b4efef95f8f7a617c529642c29ccbf46690 (diff) | |
download | xenwatch-6caa675a9500d283d31dfb7a5eb87f4950731592.tar.gz |
make kbd handling configurable
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ static void open_vnc(gint id, char *name, char *ostype) if (0 == strcmp(ostype, "hvm")) { /* works for hvm ... */ #ifdef HAVE_VNC - vnc_open("localhost", id, 0); + vnc_open("localhost", id, 0, 0); #else if (-1 == open_vnc_session("localhost", id)) gtk_message(GTK_MESSAGE_ERROR, app_error); |