mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Don't include wayland-server.h in wayland-private.h
We just declare struct wl_display manually instead.
This commit is contained in:
parent
d9883a6be1
commit
81555350af
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#define WL_HIDE_DEPRECATED 1
|
||||
|
||||
#include "wayland-server.h"
|
||||
#include "wayland-util.h"
|
||||
|
||||
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
|
||||
|
|
@ -177,6 +176,8 @@ extern wl_log_func_t wl_log_handler;
|
|||
|
||||
void wl_log(const char *fmt, ...);
|
||||
|
||||
struct wl_display;
|
||||
|
||||
struct wl_array *
|
||||
wl_display_get_additional_shm_formats(struct wl_display *display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue