Replace all wayland-server.h includes with wayland-server-core.h

The documentation for `wayland-server.h` says:

> Use of this header file is discouraged. Prefer including
> wayland-server-core.h instead, which does not include the server protocol
> header and as such only defines the library PI, excluding the deprecated API
> below.

See also
ca45f4490c (diff-b57e10fe0774258a6d21b22077001cff)
This commit is contained in:
Jente Hidskes 2019-12-20 17:16:53 +01:00
parent abfe6a66ca
commit 0aeba8085c
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
14 changed files with 14 additions and 14 deletions

2
view.h
View file

@ -4,7 +4,7 @@
#include "config.h"
#include <stdbool.h>
#include <wayland-server.h>
#include <wayland-server-core.h>
#include <wlr/types/wlr_box.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_xdg_shell.h>