e_comp_wl: add break in switch in _e_comp_wl_cursor_timer_control() 68/293168/1
authorduna.oh <duna.oh@samsung.com>
Mon, 22 May 2023 01:56:55 +0000 (10:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 22 May 2023 05:01:43 +0000 (14:01 +0900)
Change-Id: I57182350abbeaedf9484811a5cc601cd3a2598f4

src/bin/e_comp_wl.c

index 22469cb..d2d6f08 100644 (file)
@@ -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;