st/egl: Add wayland platform
[mesa.git] / src / gallium / state_trackers / egl / common / native.h
index 6461b5edbdf000ada763f5d0c95119f54f1fd09c..42889075a3970b61cf1337f2d82282076147ff52 100644 (file)
@@ -238,6 +238,9 @@ native_get_gdi_platform(void);
 const struct native_platform *
 native_get_x11_platform(void);
 
+const struct native_platform *
+native_get_wayland_platform(void);
+
 const struct native_platform *
 native_get_drm_platform(void);