On Wed Jun 12 22:59:24 2024 +0000, Jinoh Kang wrote:
No worries. Please apply the fix or otherwise address the review before resolving.
To reiterate, the following change is required to get the regions correct:
```suggestion:-1+0 offset_x = win->parent->client_rect.left - win->parent->window_rect.left + win->window_rect.left; offset_y = win->parent->client_rect.top - win->parent->window_rect.top + win->window_rect.top; ```