xwayland: render children window in fullscreen

This commit is contained in:
emersion 2018-01-14 18:19:37 +01:00
parent ce3a48c316
commit 65b28b3823
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 43 additions and 8 deletions

View file

@ -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;