aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-01-26 12:42:42 +0000
committerkraxel <kraxel>2007-01-26 12:42:42 +0000
commit1a46a8177206472d0c81c9c5d0473ac43bdfc3d4 (patch)
tree8e5a282dc848b89a899e19fc44f87c1fa2c4c5fd
parente9a92a328a606a429c3c5c8f5f0a6ba08c7144fc (diff)
downloadxenwatch-1a46a8177206472d0c81c9c5d0473ac43bdfc3d4.tar.gz
buildfix without vnc
-rw-r--r--vnc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc.c b/vnc.c
index cfb9f97..55d6221 100644
--- a/vnc.c
+++ b/vnc.c
@@ -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;