Mesa (master): egl: remove redundant PFNEGLQUERYSTREAMTIMEKHRPROC typedef

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 7 14:06:22 UTC 2012


Module: Mesa
Branch: master
Commit: 8433f80add7c7f4a0abcedd45a50a731d0afb9be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8433f80add7c7f4a0abcedd45a50a731d0afb9be

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug  6 21:11:32 2012 -0600

egl: remove redundant PFNEGLQUERYSTREAMTIMEKHRPROC typedef

This typedef is present earlier in the header and isn't part of the
EGL_KHR_stream_cross_process_fd extension.  Looks like a Khronos glitch.

---

 include/EGL/eglext.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h
index 815859d..e96c3a4 100644
--- a/include/EGL/eglext.h
+++ b/include/EGL/eglext.h
@@ -451,7 +451,6 @@ typedef int EGLNativeFileDescriptorKHR;
 EGLAPI EGLNativeFileDescriptorKHR EGLAPIENTRY eglGetStreamFileDescriptorKHR(EGLDisplay dpy, EGLStreamKHR stream);
 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamFromFileDescriptorKHR(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);
 #endif /* EGL_EGLEXT_PROTOTYPES */
-typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);
 typedef EGLNativeFileDescriptorKHR (EGLAPIENTRYP PFNEGLGETSTREAMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
 typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMFROMFILEDESCRIPTORKHRPROC)(EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor);
 #endif




More information about the mesa-commit mailing list