more logs

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

View file

@ -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