aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-05-23 09:19:33 +0000
committerkraxel <kraxel>2007-05-23 09:19:33 +0000
commit97198ecff9fe2b9919073aee0dfaa2f12603070f (patch)
tree3ab686d54c69e4beec7dac24d1e2b3438df0054b /vnc.h
parentd4f83cad7b67bd8d98e1e94d23fa3607e777e5ab (diff)
downloadxenwatch-97198ecff9fe2b9919073aee0dfaa2f12603070f.tar.gz
misc
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnc.h b/vnc.h
index 839cdf2..0c5c34c 100644
--- a/vnc.h
+++ b/vnc.h
@@ -2,7 +2,8 @@
#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)
+#define VNC_FLAG_GL_ALLWAYS (1 << 5)
+#define VNC_FLAG_GL_FULLSCR (1 << 6)
GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
int debug_level);