mcst-linux-kernel/patches-2024.06.26/gl4es-1.1.4/0165-fix-egl-debug-stub-nam...

26 lines
576 B
Diff

From 21a45ffaf04e62694b7542e778ae57330a82cf15 Mon Sep 17 00:00:00 2001
From: Iouri Kharon <bc-info@styx.cabel.net>
Date: Mon, 26 Jul 2021 11:53:49 +0300
Subject: [PATCH 165/233] fix egl debug stub name
---
src/egl/lookup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/egl/lookup.c b/src/egl/lookup.c
index 5c618a24..b063e53d 100644
--- a/src/egl/lookup.c
+++ b/src/egl/lookup.c
@@ -10,7 +10,7 @@
extern void *gl4es_glXGetProcAddress(const char *name);
-void glXStub(void *x, ...) {
+void eglStub(void *x, ...) {
return;
}
--
2.11.0