From: Brian Paul Date: Tue, 7 Aug 2012 03:11:32 +0000 (-0600) Subject: egl: remove redundant PFNEGLQUERYSTREAMTIMEKHRPROC typedef X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8433f80add7c7f4a0abcedd45a50a731d0afb9be;p=mesa.git 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. --- diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index 815859d8e8e..e96c3a49a1b 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