diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index a2225eb..0168228 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -155,6 +155,9 @@ extern char *wireframe_copyrect; extern char *wireframe_copyrect_default; extern int wireframe_in_progress; +extern int ncache; +extern int ncache0; + extern char *scroll_copyrect_str; extern char *scroll_copyrect; extern char *scroll_copyrect_default; |