diff options
author | kraxel <kraxel> | 2006-10-25 15:08:19 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-10-25 15:08:19 +0000 |
commit | a44b0df427a3a6a1f1be834d0631a3e8dde8143b (patch) | |
tree | 8ad5a09482c74eaaab013dd1068180a230875cd0 | |
parent | 6caa675a9500d283d31dfb7a5eb87f4950731592 (diff) | |
download | xenwatch-a44b0df427a3a6a1f1be834d0631a3e8dde8143b.tar.gz |
build fix
-rw-r--r-- | vnc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -401,7 +401,8 @@ void vnc_release(struct vnc_window *vnc) #else -struct vnc_window* vnc_open(char *hostname, int displayno, int standalone) +struct vnc_window* vnc_open(char *hostname, int displayno, + int standalone, int keysyms) { fprintf(stderr, "compiled without VNC support, sorry\n"); return NULL; |