From 7717d245af144d36662e6884592277570dea17b5 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 10 Jan 2007 19:28:46 +0000 Subject: some -ncache performance improvements, rootpixmap watching, gnome wm heuristics --- x11vnc/screen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'x11vnc/screen.c') 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) { -- cgit v1.2.1