mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
xwm: get rid of displayable surfaces list
This commit is contained in:
parent
79e14f65e0
commit
2ff94d0036
4 changed files with 42 additions and 76 deletions
|
|
@ -44,7 +44,7 @@ struct wlr_xwm {
|
|||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
||||
struct wl_list new_surfaces; // wlr_xwayland_surface::new_link
|
||||
struct wl_list surfaces; // wlr_xwayland_surface::link
|
||||
struct wl_list unpaired_surfaces; // wlr_xwayland_surface::unpaired_link
|
||||
|
||||
const xcb_query_extension_reply_t *xfixes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue