diff options
author | kraxel <kraxel> | 2006-10-25 14:51:26 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-10-25 14:51:26 +0000 |
commit | a1dfab9d3d91fc05412eda680550c6b2f8301184 (patch) | |
tree | 8ef2a409c76ea695b265a15bcc9e5e773b7040c4 | |
parent | 397fcd38d34e02a73dc0d05e41562a82e608e203 (diff) | |
download | xenwatch-a1dfab9d3d91fc05412eda680550c6b2f8301184.tar.gz |
build w/o vnc§
-rw-r--r-- | vnc.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ #include <X11/Xlib.h> -#include <rfb/rfbclient.h> +#ifdef HAVE_VNC +# include <rfb/rfbclient.h> +#else +typedef struct { int dummy } rfbClient; +#endif struct vnc_window { /* vnc connection */ |