mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
Fix build error with 0.15.0 wlroots
- wlr_subsurface.parent_link is now wlr_subsurface.current.link.
wlr_surface.subsurfaces_{above,below} is moved to wlr_surface_state.
Reference: https://github.com/swaywm/wlroots/pull/3169
- Unnecessary to include "wlr_box.h"
Reference: https://github.com/swaywm/wlroots/pull/3011
This commit is contained in:
parent
d1367b1c46
commit
c6da94708a
6 changed files with 2 additions and 9 deletions
1
render.c
1
render.c
|
|
@ -10,7 +10,6 @@
|
|||
#include <wayland-server-core.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/types/wlr_matrix.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue