Remove fixed TODO

This commit is contained in:
dec05eba
2026-01-26 15:18:26 +01:00
parent 2dce92d82f
commit f4ee71a094
2 changed files with 2 additions and 3 deletions

View File

@@ -2269,6 +2269,7 @@ static std::string region_get_data(gsr_egl *egl, vec2i *region_size, vec2i *regi
} else {
region_position->x -= monitor_pos.x;
region_position->y -= monitor_pos.y;
// Match drm plane coordinate space (1x scaling) to wayland coordinate space (which may have scaling set by user)
region_position->x *= monitor_scale_inverted;
region_position->y *= monitor_scale_inverted;