소스 검색

close down when x11 splash is closed

David Rose 16 년 전
부모
커밋
0a6881430f
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      direct/src/plugin/p3dX11SplashWindow.cxx

+ 4 - 1
direct/src/plugin/p3dX11SplashWindow.cxx

@@ -439,7 +439,10 @@ rt_thread_run() {
   while (true) {
     TiXmlDocument *doc = read_xml(_pipe_read, nout);
     if (doc == NULL) {
-      // Some error on reading.
+      // Some error on reading.  The splash window must have gone
+      // away, e.g. because the user explicitly closed it; tell the
+      // instance to exit.
+      _inst->request_stop_sub_thread();
       return;
     }