diff options
author | runge <runge> | 2007-03-13 23:06:38 +0000 |
---|---|---|
committer | runge <runge> | 2007-03-13 23:06:38 +0000 |
commit | 15f792bc2185d9317b0a35855b15759520877ee9 (patch) | |
tree | 0435ffea43b1208ba1b53fba92f503e2d7a950f1 /x11vnc/scan.c | |
parent | 0d4870c0a0da2680d60cd2b91b0541af2558d640 (diff) | |
download | libtdevnc-15f792bc2185d9317b0a35855b15759520877ee9.tar.gz libtdevnc-15f792bc2185d9317b0a35855b15759520877ee9.zip |
x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.
Diffstat (limited to 'x11vnc/scan.c')
-rw-r--r-- | x11vnc/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/scan.c b/x11vnc/scan.c index f4810ac..1c5b54e 100644 --- a/x11vnc/scan.c +++ b/x11vnc/scan.c @@ -2846,7 +2846,7 @@ static int scan_display(int ystart, int rescan) { int x, y, w, n; int tile_count = 0; int nodiffs = 0, diff_hint; - int xd_check, xd_freq = 1; + int xd_check = 0, xd_freq = 1; static int xd_tck = 0; y = ystart; |