mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
kdrive/ephyr: Fix typo when checking for EGL_KHR_platform_x11
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
28d930b16c
commit
3913c997a9
@@ -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 *) =
|
||||
|
||||
Reference in New Issue
Block a user