aboutsummaryrefslogtreecommitdiff
path: root/include/render/egl.h
diff options
context:
space:
mode:
authorfakechen <chenzigui@kylinos.cn>2022-11-14 09:22:01 +0800
committerfakechen <chenzigui@kylinos.cn>2022-11-14 09:22:01 +0800
commit4026da53f8a8e39d84dd695fc5afc5badfd4c649 (patch)
treed9830f101ec355ba3c8ecd716b35e3f907df67c3 /include/render/egl.h
parent627a5c511278e67c3c308cdc6a639cbb490f48c3 (diff)
egl: remove eglQueryWaylandBufferWL define
This define doesn't exist anymore. Signed-off-by: fakechen <chenzigui@kylinos.cn> Signed-off-by: sunzhguy <sunzhigang1@kylinos.cn>
Diffstat (limited to 'include/render/egl.h')
-rw-r--r--include/render/egl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/render/egl.h b/include/render/egl.h
index 36b70ae3..b690877d 100644
--- a/include/render/egl.h
+++ b/include/render/egl.h
@@ -31,7 +31,6 @@ struct wlr_egl {
PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT;
PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR;
PFNEGLDESTROYIMAGEKHRPROC eglDestroyImageKHR;
- PFNEGLQUERYWAYLANDBUFFERWL eglQueryWaylandBufferWL;
PFNEGLQUERYDMABUFFORMATSEXTPROC eglQueryDmaBufFormatsEXT;
PFNEGLQUERYDMABUFMODIFIERSEXTPROC eglQueryDmaBufModifiersEXT;
PFNEGLDEBUGMESSAGECONTROLKHRPROC eglDebugMessageControlKHR;