From aa5039c2c5d313020372a478a337e0be9bdaccae Mon Sep 17 00:00:00 2001 From: "duna.oh" Date: Mon, 22 May 2023 10:56:55 +0900 Subject: [PATCH] e_comp_wl: add break in switch in _e_comp_wl_cursor_timer_control() Change-Id: I57182350abbeaedf9484811a5cc601cd3a2598f4 --- src/bin/e_comp_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 22469cb..d2d6f08 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1091,7 +1091,7 @@ _e_comp_wl_cursor_timer_control(Evas_Callback_Type type, E_Client *ec) case EVAS_CALLBACK_MOUSE_UP: ret = _e_comp_wl_intercept_hook_call(E_COMP_WL_INTERCEPT_HOOK_CURSOR_TIMER_MOUSE_UP, ec); - if (!ret) break; + break; default: break; -- 2.7.4