mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-09 13:29:46 -05:00
xwayland: render children window in fullscreen
This commit is contained in:
parent
ce3a48c316
commit
65b28b3823
3 changed files with 43 additions and 8 deletions
|
|
@ -98,9 +98,12 @@ struct wlr_xwayland_surface {
|
|||
char *title;
|
||||
char *class;
|
||||
char *instance;
|
||||
struct wlr_xwayland_surface *parent;
|
||||
pid_t pid;
|
||||
|
||||
struct wl_list children; // wlr_xwayland_surface::parent_link
|
||||
struct wlr_xwayland_surface *parent;
|
||||
struct wl_list parent_link; // wlr_xwayland_surface::children
|
||||
|
||||
xcb_atom_t *window_type;
|
||||
size_t window_type_len;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue