mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -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
|
|
@ -180,6 +180,7 @@ struct view {
|
|||
struct {
|
||||
struct wlr_scene *scene;
|
||||
struct wlr_ext_image_capture_source_v1 *source;
|
||||
struct wl_listener on_capture_frame;
|
||||
struct wl_listener on_capture_source_destroy;
|
||||
} capture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue