diff options
author | runge <runge> | 2008-06-01 21:13:35 +0000 |
---|---|---|
committer | runge <runge> | 2008-06-01 21:13:35 +0000 |
commit | c63fd348444c812d27a9472d308942f6accbdf91 (patch) | |
tree | 7361cdb9574bd1e1e83cfe3948dae4e5992c8e7a /x11vnc/options.h | |
parent | 65b42bb85354cce814316a646a4a5ed6025a18e3 (diff) | |
download | libtdevnc-c63fd348444c812d27a9472d308942f6accbdf91.tar.gz libtdevnc-c63fd348444c812d27a9472d308942f6accbdf91.zip |
x11vnc: lower waitms and defer if framebuffer reads are fast (> 100MB/s)
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index c1edaae..8488612 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -258,6 +258,7 @@ extern int tile_shm_count; extern int using_shm; extern int flip_byte_order; extern int waitms; +extern int got_waitms; extern double wait_ui; extern double slow_fb; extern double xrefresh; |