diff options
| author | runge <runge> | 2006-01-09 01:54:38 +0000 |
|---|---|---|
| committer | runge <runge> | 2006-01-09 01:54:38 +0000 |
| commit | 71f2ec79180185a6c3db0c87f9d53c491dc31e76 (patch) | |
| tree | 67c341571cbeb1bd9a0744cc8eb03b30ef04f381 /x11vnc/params.h | |
| parent | def301266373e462f4a5e90eab443087ccfc7ccc (diff) | |
| download | libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.tar.gz libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.zip | |
x11vnc: the big split.
Diffstat (limited to 'x11vnc/params.h')
| -rw-r--r-- | x11vnc/params.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h new file mode 100644 index 0000000..fca526b --- /dev/null +++ b/x11vnc/params.h @@ -0,0 +1,33 @@ +#ifndef _X11VNC_PARAMS_H +#define _X11VNC_PARAMS_H + +/* -- params.h -- */ + +#define ICON_MODE_SOCKS 16 + +#ifndef WIREFRAME_PARMS +#define WIREFRAME_PARMS "0xff,3,0,32+8+8+8,all,0.15+0.30+5.0+0.125" +#endif + +#ifndef SCROLL_COPYRECT_PARMS +#define SCROLL_COPYRECT_PARMS "0+64+32+32,0.02+0.10+0.9,0.03+0.06+0.5+0.1+5.0" +#endif + +#define LATENCY0 20 /* 20ms */ +#define NETRATE0 20 /* 20KB/sec */ + +#define POINTER_MODE_NOFB 2 + +/* scan pattern jitter from x0rfbserver */ +#define NSCAN 32 + +#define FB_COPY 0x1 +#define FB_MOD 0x2 +#define FB_REQ 0x4 + +#define VNC_CONNECT_MAX 16384 +#define PROP_MAX (131072L) + +#define MAXN 256 + +#endif /* _X11VNC_PARAMS_H */ |
