Преглед изворни кода

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 година
родитељ
комит
43d9994d93
1 измењених фајлова са 0 додато и 3 уклоњено
  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();