mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-02 01:40:54 -05:00
Clear input regions if they're ignored
This commit is contained in:
parent
4c9eb6839d
commit
2acc74a3db
3 changed files with 4 additions and 3 deletions
|
|
@ -71,6 +71,7 @@ struct wlr_seat_client *wlr_seat_client_from_pointer_resource(
|
|||
}
|
||||
|
||||
static void pointer_cursor_surface_handle_commit(struct wlr_surface *surface) {
|
||||
pixman_region32_clear(&surface->input_region);
|
||||
if (wlr_surface_has_buffer(surface)) {
|
||||
wlr_surface_map(surface);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue