mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
wayland: Remove an unnecessary surface commit
This commit is contained in:
parent
5d9b170a3d
commit
78bea90b18
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue