summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r--x11vnc/options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h
index 856df15..cc53a29 100644
--- a/x11vnc/options.h
+++ b/x11vnc/options.h
@@ -159,10 +159,19 @@ extern int wireframe_in_progress;
extern int ncache;
extern int ncache0;
extern int ncache_copyrect;
+extern int ncache_wf_raises;
+extern int ncache_dt_change;
extern int ncache_pad;
extern int macosx_ncache_macmenu;
extern int ncache_beta_tester;
+extern Atom atom_NET_ACTIVE_WINDOW;
+extern Atom atom_NET_CURRENT_DESKTOP;
+extern Atom atom_NET_CLIENT_LIST_STACKING;
+extern double got_NET_ACTIVE_WINDOW;
+extern double got_NET_CURRENT_DESKTOP;
+extern double got_NET_CLIENT_LIST_STACKING;
+
extern char *scroll_copyrect_str;
extern char *scroll_copyrect;
extern char *scroll_copyrect_default;