diff options
author | kraxel <kraxel> | 2007-05-23 09:19:33 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-05-23 09:19:33 +0000 |
commit | 97198ecff9fe2b9919073aee0dfaa2f12603070f (patch) | |
tree | 3ab686d54c69e4beec7dac24d1e2b3438df0054b /vnc.h | |
parent | d4f83cad7b67bd8d98e1e94d23fa3607e777e5ab (diff) | |
download | xenwatch-97198ecff9fe2b9919073aee0dfaa2f12603070f.tar.gz |
misc
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |