diff options
author | runge <runge@karlrunge.com> | 2009-10-08 17:30:36 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-10-08 17:30:36 -0400 |
commit | 3129ef668abf2b3f9b624bdb4c5ac0365ae2583b (patch) | |
tree | a2f7edda96dd11da79f7fbbab886625caaa41ae8 /x11vnc/params.h | |
parent | 169ef3a0429b3e21720856024076e1941221e987 (diff) | |
download | libtdevnc-3129ef668abf2b3f9b624bdb4c5ac0365ae2583b.tar.gz libtdevnc-3129ef668abf2b3f9b624bdb4c5ac0365ae2583b.zip |
Huge number of changes, see x11vnc/ChangeLog
Diffstat (limited to 'x11vnc/params.h')
-rw-r--r-- | x11vnc/params.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/params.h b/x11vnc/params.h index 78772f1..9495c11 100644 --- a/x11vnc/params.h +++ b/x11vnc/params.h @@ -63,8 +63,8 @@ so, delete this exception statement from your version. #define FB_REQ 0x4 #define VNC_CONNECT_MAX 16384 -#define X11VNC_REMOTE_MAX 16384 -#define PROP_MAX (131072L) +#define X11VNC_REMOTE_MAX 65536 +#define PROP_MAX (262144L) #define MAXN 256 |