diff options
author | kraxel <kraxel> | 2007-01-26 12:42:42 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-01-26 12:42:42 +0000 |
commit | 1a46a8177206472d0c81c9c5d0473ac43bdfc3d4 (patch) | |
tree | 8e5a282dc848b89a899e19fc44f87c1fa2c4c5fd | |
parent | e9a92a328a606a429c3c5c8f5f0a6ba08c7144fc (diff) | |
download | xenwatch-1a46a8177206472d0c81c9c5d0473ac43bdfc3d4.tar.gz |
buildfix without vnc
-rw-r--r-- | vnc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -700,8 +700,8 @@ GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags, #else /* HAVE_VNCCLIENT */ -GtkWidget *vnc_open(char *hostname, int tcpport, - int standalone, int uskbd, int debug) +GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags, + int debug_level) { fprintf(stderr, "compiled without VNC support, sorry\n"); return NULL; |