mirror of
https://github.com/labwc/labwc.git
synced 2026-06-14 14:33:17 -04:00
toplevel-capture: partial initial implementation
Missing: - xwayland child windows - xwayland unmanaged windows, e.g. popups / menus / ... - xdg child window positioning - xdg subsurfaces (test-case: mate-terminal settings listboxes) - xdg popup positioning
This commit is contained in:
parent
d5eb227c77
commit
bce14a5ad7
9 changed files with 101 additions and 1 deletions
|
|
@ -783,6 +783,7 @@ handle_map(struct wl_listener *listener, void *data)
|
|||
view->content_tree = wlr_scene_subsurface_tree_create(
|
||||
view->scene_tree, view->surface);
|
||||
die_if_null(view->content_tree);
|
||||
wlr_scene_subsurface_tree_create(&view->capture.scene->tree, view->surface);
|
||||
}
|
||||
|
||||
wlr_scene_node_set_enabled(&view->content_tree->node, !view->shaded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue