aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.h
blob: d97130aeefc02bf5da24c69a999cecc5733a5f87 (plain)
1
2
3
4
5
6
7
8
9
10
#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)

GtkWidget *vnc_open(char *hostname, int tcpport, unsigned long flags,
		    int debug_level);