more logs

This commit is contained in:
Romain Vimont 2020-05-18 17:37:31 +02:00
parent 3b41c6dd62
commit e1118e6b18

View File

@ -195,6 +195,8 @@ screen_update_content_rect(struct screen *screen) {
/ content_size.height;
rect->x = (drawable_size.width - rect->w) / 2;
}
LOGI(" --> rect (%d, %d) %dx%d", rect->x, rect->y, rect->w, rect->h);
}
void