protocols/workspace: fix crash in initial group sending

fixes #12419
This commit is contained in:
Vaxry 2025-11-21 14:45:59 +00:00
parent d66c9222b0
commit 79a2781923
No known key found for this signature in database
GPG key ID: 665806380871D640
2 changed files with 8 additions and 3 deletions

View file

@ -21,6 +21,8 @@ class CExtWorkspaceGroupResource {
void workspaceEnter(const WP<CExtWorkspaceHandleV1>&);
void workspaceLeave(const WP<CExtWorkspaceHandleV1>&);
void sendToWorkspaces();
PHLMONITORREF m_monitor;
private: