Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
43d9994d93
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      WindowServer/WSWindow.cpp

+ 0 - 3
WindowServer/WSWindow.cpp

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