wayland: Remove an unnecessary surface commit

This commit is contained in:
Frank Praznik
2025-08-28 10:01:53 -04:00
parent 5d9b170a3d
commit 78bea90b18

View File

@@ -3763,9 +3763,6 @@ void Wayland_SeatUpdatePointerGrab(SDL_WaylandSeat *seat)
if (confine_rect) {
wl_region_destroy(confine_rect);
}
// Commit the new confinement region immediately.
wl_surface_commit(w->surface);
}
}
}