diff --git a/app/src/scrcpy.c b/app/src/scrcpy.c index 08dbacc3..6cc0a3ec 100644 --- a/app/src/scrcpy.c +++ b/app/src/scrcpy.c @@ -132,7 +132,7 @@ handle_event(SDL_Event *event, bool control) { screen_show_window(&screen); } if (!screen_update_frame(&screen, &video_buffer)) { - return false; + return EVENT_RESULT_CONTINUE; } break; case SDL_WINDOWEVENT: