~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ica/x11/x11vnc/params.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _X11VNC_PARAMS_H
 
2
#define _X11VNC_PARAMS_H
 
3
 
 
4
/* -- params.h -- */
 
5
 
 
6
#define ICON_MODE_SOCKS 16
 
7
 
 
8
/* had lw=3 for a long time */
 
9
#ifndef WIREFRAME_PARMS
 
10
#define WIREFRAME_PARMS "0xff,2,0,32+8+8+8,all,0.15+0.30+5.0+0.125"
 
11
#endif
 
12
 
 
13
#ifndef SCROLL_COPYRECT_PARMS
 
14
#define SCROLL_COPYRECT_PARMS "0+64+32+32,0.02+0.10+0.9,0.03+0.06+0.5+0.1+5.0"
 
15
#endif
 
16
 
 
17
#ifndef POLL_8TO24_DELAY
 
18
#define POLL_8TO24_DELAY 0.05
 
19
#endif
 
20
 
 
21
#define LATENCY0 20     /* 20ms */
 
22
#define NETRATE0 20     /* 20KB/sec */
 
23
 
 
24
#define POINTER_MODE_NOFB 2
 
25
 
 
26
/* scan pattern jitter from x0rfbserver */
 
27
#define NSCAN 32
 
28
 
 
29
#define FB_COPY 0x1
 
30
#define FB_MOD  0x2
 
31
#define FB_REQ  0x4
 
32
 
 
33
#define VNC_CONNECT_MAX 16384
 
34
#define X11VNC_REMOTE_MAX 16384
 
35
#define PROP_MAX (131072L)
 
36
 
 
37
#define MAXN 256
 
38
 
 
39
#define PIPEINPUT_NONE          0x0
 
40
#define PIPEINPUT_VID           0x1
 
41
#define PIPEINPUT_CONSOLE       0x2
 
42
#define PIPEINPUT_UINPUT        0x3
 
43
#define PIPEINPUT_MACOSX        0x4
 
44
#define PIPEINPUT_VNC           0x5
 
45
 
 
46
#define MAX_BUTTONS 5
 
47
 
 
48
#define ROTATE_NONE             0
 
49
#define ROTATE_X                1
 
50
#define ROTATE_Y                2
 
51
#define ROTATE_XY               3
 
52
#define ROTATE_90               4
 
53
#define ROTATE_90X              5
 
54
#define ROTATE_90Y              6
 
55
#define ROTATE_270              7
 
56
 
 
57
#endif /* _X11VNC_PARAMS_H */