diff options
author | kraxel <kraxel> | 2006-12-04 09:50:46 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-12-04 09:50:46 +0000 |
commit | 9971a7b7595c8dce82f79ff1748a197f80d83120 (patch) | |
tree | bd3bad16239427a540c6aa6669947daa522309f4 /vnc.h | |
parent | 37c3a7bdf32ece73e3ddd6dc29ba986b29f0a53d (diff) | |
download | xenwatch-9971a7b7595c8dce82f79ff1748a197f80d83120.tar.gz |
viewonly option
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #define VNC_FLAG_STANDALONE (1 << 1) #define VNC_FLAG_US_KBD (1 << 2) #define VNC_FLAG_SHOW_MOUSE (1 << 3) +#define VNC_FLAG_VIEW_ONLY (1 << 4) GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags, int debug_level); |