kdrive/ephyr: Fix typo when checking for EGL_KHR_platform_x11

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2026-01-29 02:42:55 +02:00
committed by Enrico Weigelt
parent 28d930b16c
commit 3913c997a9

View File

@@ -243,7 +243,7 @@ ephyr_glamor_connect(void)
}
if (epoxy_has_egl_extension(EGL_NO_DISPLAY, "EGL_EXT_platform_x11") ||
epoxy_has_egl_extension(EGL_NO_DISPLAY, "EGL_KHR_platform_x11)")) {
epoxy_has_egl_extension(EGL_NO_DISPLAY, "EGL_KHR_platform_x11")) {
void *lib = NULL;
xcb_connection_t *ret = NULL;
void *(*x_open_display)(void *) =