mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-28 12:57:46 +00:00
Merge pull request #568 from npes87184/dev
Correct return value type in handle_event
This commit is contained in:
commit
f710d76c9e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user