mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 07:10:20 +01:00
wayland-egl: forward declare struct wl_surface
It makes the header self-contained and with later commit we'll remove the unnecessary wayland-client.h include. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Miguel A. Vico <mvicomoya@nvidia.com>
This commit is contained in:
parent
198af27c67
commit
860deb4191
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ extern "C" {
|
|||
|
||||
#define WL_EGL_WINDOW_VERSION 3
|
||||
|
||||
struct wl_surface;
|
||||
|
||||
struct wl_egl_window {
|
||||
const intptr_t version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue