Browse Source

WindowServer: Oops, we have to keep processing WSMessages with !m_process.

Otherwise we'll never handle WM_DestroyWindow and the window sticks around.
Andreas Kling 6 năm trước cách đây
mục cha
commit
43d9994d93
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      WindowServer/WSWindow.cpp

+ 0 - 3
WindowServer/WSWindow.cpp

@@ -76,9 +76,6 @@ void WSWindow::on_message(WSMessage& message)
         return;
     }
 
-    if (!m_process)
-        return;
-
     GUI_Event gui_event;
     gui_event.window_id = window_id();