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:
Moon Sungjoon 2021-10-31 05:12:33 +09:00
parent d1367b1c46
commit c6da94708a
No known key found for this signature in database
GPG key ID: 202859AA7174FAB8
6 changed files with 2 additions and 9 deletions

View file

@ -9,7 +9,6 @@
#include <stdbool.h>
#include <stdlib.h>
#include <wayland-server-core.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <wlr/util/log.h>