summaryrefslogtreecommitdiffstats
path: root/x11vnc/screen.c
diff options
context:
space:
mode:
authorrunge <runge>2007-01-10 19:28:46 +0000
committerrunge <runge>2007-01-10 19:28:46 +0000
commit7717d245af144d36662e6884592277570dea17b5 (patch)
tree2698748e9190b43a210946508601b9eecd71630c /x11vnc/screen.c
parent5b3e420c1f092fc8d83ad1803621007bb942d4dd (diff)
downloadlibtdevnc-7717d245af144d36662e6884592277570dea17b5.tar.gz
libtdevnc-7717d245af144d36662e6884592277570dea17b5.zip
some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r--x11vnc/screen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c
index 1768b60..264b9c4 100644
--- a/x11vnc/screen.c
+++ b/x11vnc/screen.c
@@ -746,6 +746,9 @@ void do_new_fb(int reset_mem) {
initialize_blackouts_and_xinerama();
initialize_polling_images();
}
+ if (ncache) {
+ check_ncache(1, 0);
+ }
}
static void remove_fake_fb(void) {