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