diff options
author | runge <runge> | 2007-01-02 05:15:07 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-02 05:15:07 +0000 |
commit | c88d830f5591913f2e5e763814978e2877f367ec (patch) | |
tree | 217ae1113daa5bced6f21c34eb1a923bcd8cec18 /x11vnc/options.h | |
parent | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (diff) | |
download | libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.tar.gz libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.zip |
x11vnc: more -ncache improvements.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 9 |
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; |