LookingGlass/client/displayservers/Wayland
Quantum 543d660ccc [client] wayland: check for the Wayland platform extension
We used to test for the EGL_KHR_platform_base and EGL_EXT_platform_base,
but those only really signal the availability of eglGetPlatformDisplay(EXT)
functions, not whether the constant EGL_PLATFORM_WAYLAND_KHR or
EGL_PLATFORM_WAYLAND_EXT is accepted by their respective functions.

Instead, we switch to test for the extensions that tells us whether the
Wayland platform is supported.
2021-02-21 10:31:48 +11:00
..
CMakeLists.txt [client] wayland: decorate window unless borderless is requested 2021-02-21 10:31:48 +11:00
wayland.c [client] wayland: check for the Wayland platform extension 2021-02-21 10:31:48 +11:00