mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #109 from martinetd/post_event
wlr_surface: use post_event instead of queue
This commit is contained in:
commit
7d3f66eaa0
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ release:
|
||||||
pixman_region32_fini(&surface->current.buffer_damage);
|
pixman_region32_fini(&surface->current.buffer_damage);
|
||||||
pixman_region32_init(&surface->current.buffer_damage);
|
pixman_region32_init(&surface->current.buffer_damage);
|
||||||
|
|
||||||
wl_resource_queue_event(surface->current.buffer, WL_BUFFER_RELEASE);
|
wl_resource_post_event(surface->current.buffer, WL_BUFFER_RELEASE);
|
||||||
surface->current.buffer = NULL;
|
surface->current.buffer = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue