mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +00:00
more logs
This commit is contained in:
parent
3b41c6dd62
commit
e1118e6b18
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ screen_update_content_rect(struct screen *screen) {
|
||||||
/ content_size.height;
|
/ content_size.height;
|
||||||
rect->x = (drawable_size.width - rect->w) / 2;
|
rect->x = (drawable_size.width - rect->w) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOGI(" --> rect (%d, %d) %dx%d", rect->x, rect->y, rect->w, rect->h);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue