mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-15 08:22:07 -04:00
Avoid using wayland-{client,server}.h
Their use is discouraged. Instead, include -core or -protocol headers.
This commit is contained in:
parent
cb01c63a8d
commit
2f82c92307
9 changed files with 11 additions and 12 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <drm_fourcc.h>
|
||||
#include <wayland-client.h>
|
||||
#include <wayland-client-protocol.h>
|
||||
|
||||
#include <wlr/interfaces/wlr_output.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue