diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 0cfa059..e014ec9 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -206,8 +206,8 @@ int wireframe_local = 1; #ifdef NO_NCACHE #define NCACHE 0 #else -#define xxNCACHE -12 -#define NCACHE -1 +#define NCACHE -12 +#define xxNCACHE -1 #endif #endif @@ -232,6 +232,7 @@ int ncache_keep_anims = 0; int ncache_old_wm = 0; int macosx_ncache_macmenu = 0; int ncache_beta_tester = 0; +int ncdb = 0; Atom atom_NET_ACTIVE_WINDOW = None; Atom atom_NET_CURRENT_DESKTOP = None; |