mirror of
https://github.com/labwc/labwc.git
synced 2026-04-19 06:46:31 -04:00
toplevel-capture: work around stalls for captured windows in the capture scene
This is part of the missing frame event workaround, this one handles stalls of the capture side when changing the visibility of the captured surface on the usual output.
This commit is contained in:
parent
870a8e8b55
commit
27bcf8c2ad
3 changed files with 59 additions and 2 deletions
|
|
@ -2507,7 +2507,6 @@ view_destroy(struct view *view)
|
|||
wl_list_remove(&view->request_fullscreen.link);
|
||||
wl_list_remove(&view->set_title.link);
|
||||
wl_list_remove(&view->destroy.link);
|
||||
wl_list_remove(&view->capture.on_capture_source_destroy.link);
|
||||
|
||||
wlr_scene_node_destroy(&view->capture.scene->tree.node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue