mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
update on fullscreen
This commit is contained in:
parent
8252c3b32a
commit
7472c90fb5
1 changed files with 1 additions and 0 deletions
|
@ -507,6 +507,7 @@ screen_switch_fullscreen(struct screen *screen) {
|
|||
apply_windowed_size(screen);
|
||||
|
||||
LOGD("Switched to %s mode", screen->fullscreen ? "fullscreen" : "windowed");
|
||||
update_content_rect(screen);
|
||||
screen_render(screen);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue