diff options
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r-- | x11vnc/screen.c | 3 |
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) { |