From f11125d21406aedc04f837e897b949193c8832fc Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Tue, 5 May 2026 02:38:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(core):=20=E8=A1=A5=E5=85=85=20POINTER=5FENT?= =?UTF-8?q?ER=20=E4=BA=8B=E4=BB=B6=E5=A4=84=E7=90=86=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=20break=20=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/policy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/policy.c b/src/core/policy.c index 5915342..b90f017 100644 --- a/src/core/policy.c +++ b/src/core/policy.c @@ -183,6 +183,7 @@ void policy_route_event( break; case ZDWM_EVENT_POINTER_ENTER: route_pointer_enter(state, event->as.pointer_enter.window, out); + break; case ZDWM_EVENT_WINDOW_MAP_REQUEST: route_map_request(state, ctx->rules, &event->as.window_map_request, out); break;