From 51723e87f7de6f9ce8943c28acd0ab62270675f6 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 13 Dec 2023 14:40:29 -0500 Subject: [PATCH] fix: broadcast surface events --- sctk/src/application.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sctk/src/application.rs b/sctk/src/application.rs index 7f57bb1545..cd6034480a 100644 --- a/sctk/src/application.rs +++ b/sctk/src/application.rs @@ -929,6 +929,9 @@ where | SctkEvent::SessionLocked | SctkEvent::SessionLockFinished | SctkEvent::SessionUnlocked + | SctkEvent::PopupEvent { .. } + | SctkEvent::LayerSurfaceEvent { .. } + | SctkEvent::WindowEvent { .. } ); if remove { let event = sctk_events.remove(i);