diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 4f18587..10dd789 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -193,6 +193,9 @@ char *wireframe_copyrect_default = "never"; int wireframe_in_progress = 0; int wireframe_local = 1; +int ncache = 0; +int ncache0 = 0; + /* T+B+L+R,tkey+presist_key,tmouse+persist_mouse */ char *scroll_copyrect_str = NULL; #ifndef SCROLL_COPYRECT |