File: vnc.h

package info (click to toggle)
xenwatch 0.5.4-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 488 kB
  • sloc: ansic: 7,167; sh: 36; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#define VNC_FLAG_STANDALONE        (1 << 1)
#define VNC_FLAG_DISCONNECT_CLOSE  (1 << 2)

#define VNC_FLAG_FULLSCREEN        (1 << 3)

#define VNC_FLAG_SHOW_MOUSE        (1 << 4)
#define VNC_FLAG_GRAB_MOUSE        (1 << 5)
#define VNC_FLAG_GRAB_KEYBOARD     (1 << 6)

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