Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-13 | xwayland: fix wlr_xwayland_surface_from_wlr_surface() docs | Kirill Primak | |
32daa43a454bcea1306ad0976fd4161ce8c7e86f has removed the asymmetry in the relationship of a wlr_surface and an unmapped wlr_xwayland_surface, when wlr_surface.role_data wasn't NULL but wlr_xwayland_surface.surface was. However, this also means that wlr_xwayland_surface_from_wlr_surface() now returns NULL if the wlr_surface is unmapped. Fix the documentation to reflect this. | |||
2022-11-06 | xwayland/xwm: use role object destroy handler | Kirill Primak | |
2022-11-02 | xwayland: split headers | Simon Ser | |
We're about to get one more Xwayland-related thing, and this header already contains two things. |