mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-27 06:59:46 -05:00
xwm: fix lists
This commit is contained in:
parent
fa94a06fd6
commit
79e14f65e0
3 changed files with 66 additions and 22 deletions
|
|
@ -44,8 +44,8 @@ struct wlr_xwm {
|
|||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
||||
struct wl_list new_surfaces;
|
||||
struct wl_list unpaired_surfaces;
|
||||
struct wl_list new_surfaces; // wlr_xwayland_surface::new_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