wayland: check screen isPlaceholder and if wl_output is null

Fixes crashes on disconnected monitors
This commit is contained in:
Bryan Paradis 2026-02-18 07:36:21 -08:00 committed by outfoxxed
parent e7cd1e9982
commit 158db16b93
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 4 additions and 3 deletions

View file

@ -46,6 +46,7 @@ set shell id.
- Fixed asynchronous loaders not working before window creation.
- Fixed memory leak in IPC handlers.
- Fixed ClippingRectangle related crashes.
- Fixed crashes when monitors are unplugged.
## Packaging Changes