From: Kristian Høgsberg Date: Fri, 22 Apr 2011 03:47:36 +0000 (-0400) Subject: WL_bind_wayland_display: clarify that context must be NULL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7142a67473b4fc77bdd58baf7cced9bfc54ccb73;p=mesa.git WL_bind_wayland_display: clarify that context must be NULL --- diff --git a/docs/WL_bind_wayland_display.spec b/docs/WL_bind_wayland_display.spec index b4e670303d3..e2fde3c507b 100644 --- a/docs/WL_bind_wayland_display.spec +++ b/docs/WL_bind_wayland_display.spec @@ -82,7 +82,7 @@ Additions to the EGL 1.4 Specification: Import a wl_buffer by calling eglCreateImageKHR with wl_buffer as EGLClientBuffer, EGL_WAYLAND_BUFFER_WL as the target, - and an empty attribute_list. + NULL context and an empty attribute_list. Issues