aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/vnc.h b/vnc.h
index d97130a..cf14027 100644
--- a/vnc.h
+++ b/vnc.h
@@ -1,10 +1,11 @@
-#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)
-#define VNC_FLAG_GL_ALLWAYS (1 << 5)
-#define VNC_FLAG_GL_FULLSCR (1 << 6)
-#define VNC_FLAG_FULLSCREEN (1 << 7)
+#define VNC_FLAG_STANDALONE (1 << 1)
+#define VNC_FLAG_DISCONNECT_CLOSE (1 << 2)
+
+#define VNC_FLAG_FULLSCREEN (1 << 3)
+
+#define VNC_FLAG_SHOW_MOUSE (1 << 4)
+#define VNC_FLAG_GRAB_MOUSE (1 << 5)
+#define VNC_FLAG_GRAB_KEYBOARD (1 << 6)
GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
int debug_level);