diff --git a/CMakeLists.txt b/CMakeLists.txt
index 868b4ddd8aca002fa781f85d347ac99d2b360f2f..29427a57617bc09f98c89879472ae1c20f0efc3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,7 +109,8 @@ set(GMSH_API
     Solver/crossConfTerm.h Solver/orthogonalTerm.h
     Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
     Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h 
-  Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h
+  Post/PView.h Post/PViewData.h Post/PViewDataList.h Plugin/PluginManager.h
+    Post/OctreePost.h
   Graphics/drawContext.h
   contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h 
     contrib/kbipack/gmp_blas.h contrib/kbipack/mpz.h
diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp
index f5a0c3177d9e206f144a2e302853e5c30e17f7d4..59ce16091d83c55874b93643504383ea352b1daf 100644
--- a/Fltk/FlGui.cpp
+++ b/Fltk/FlGui.cpp
@@ -795,6 +795,7 @@ void window_cb(Fl_Widget *w, void *data)
       FlGui::instance()->check();
 #else
       FlGui::instance()->graph[0]->getWindow()->fullscreen();
+      FlGui::instance()->graph[0]->hideMessages();
 #endif
       zoom = 0;
     }