diff options
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #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) GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags, int debug_level); |