From c88d830f5591913f2e5e763814978e2877f367ec Mon Sep 17 00:00:00 2001 From: runge Date: Tue, 2 Jan 2007 05:15:07 +0000 Subject: x11vnc: more -ncache improvements. --- x11vnc/options.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'x11vnc/options.h') 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; -- cgit v1.2.3