e_comp_wl: add break in switch in _e_comp_wl_cursor_timer_control() 58/293358/1
authorduna.oh <duna.oh@samsung.com>
Mon, 22 May 2023 01:56:55 +0000 (10:56 +0900)
committerduna.oh <duna.oh@samsung.com>
Thu, 25 May 2023 02:21:31 +0000 (11:21 +0900)
Change-Id: I57182350abbeaedf9484811a5cc601cd3a2598f4

src/bin/e_comp_wl.c

index c75a374f0827d1bd534ad1bec1e996c91771e28c..f01186dfea6fdd685842ec97b160cc92a10ca765 100644 (file)
@@ -1113,7 +1113,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;