mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 20:21:00 +00:00
There is a window between windows disappearing (e.g. closing or crashes) and the Taskbar process being notified. So it is entirely possible that it may call SetWindowTaskbarRect() for a window and/or client id that no longer exists. As the Taskbar process does not own these windows, this should not be treated as a misbehaving application request. Instead, just silently ignore the request. The Taskbar will be notified shortly after that the window no longer exist and remove it from its list. Fixes #3494 |
||
|---|---|---|
| .. | ||
| AudioServer | ||
| ChessEngine | ||
| Clipboard | ||
| DHCPClient | ||
| ImageDecoder | ||
| LaunchServer | ||
| LookupServer | ||
| NotificationServer | ||
| ProtocolServer | ||
| SystemMenu | ||
| SystemServer | ||
| Taskbar | ||
| TelnetServer | ||
| WebContent | ||
| WebServer | ||
| WindowServer | ||
| CMakeLists.txt | ||