aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnc.h b/vnc.h
index 8bf97e3..839cdf2 100644
--- a/vnc.h
+++ b/vnc.h
@@ -2,6 +2,7 @@
#define VNC_FLAG_US_KBD (1 << 2)
#define VNC_FLAG_SHOW_MOUSE (1 << 3)
#define VNC_FLAG_VIEW_ONLY (1 << 4)
+#define VNC_FLAG_NOGL (1 << 5)
GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
int debug_level);