From 34b14d2fee70e97672e74a97030d20baf6b3e4d3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 Jan 2021 11:19:25 +0100 Subject: [PATCH] render/egl: document that config may be zero --- include/wlr/render/egl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 114dd9c7..0880ed1f 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -39,7 +39,7 @@ struct wlr_egl_context { struct wlr_egl { EGLenum platform; EGLDisplay display; - EGLConfig config; + EGLConfig config; // may be EGL_NO_CONFIG EGLContext context; EGLDeviceEXT device; // may be EGL_NO_DEVICE_EXT