Mesa (master): egl: Fix eglentrypoint.h sort order.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 1 10:03:43 UTC 2018


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

Author: Mathias Fröhlich <Mathias.Froehlich at gmx.net>
Date:   Thu Nov  1 07:23:06 2018 +0100

egl: Fix eglentrypoint.h sort order.

Fixes a make check failure.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108617
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich at web.de>

---

 src/egl/main/eglentrypoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/main/eglentrypoint.h b/src/egl/main/eglentrypoint.h
index 95a8814bce..69a6c1bf4c 100644
--- a/src/egl/main/eglentrypoint.h
+++ b/src/egl/main/eglentrypoint.h
@@ -57,8 +57,8 @@ EGL_ENTRYPOINT(eglQueryAPI)
 EGL_ENTRYPOINT(eglQueryContext)
 EGL_ENTRYPOINT(eglQueryDebugKHR)
 EGL_ENTRYPOINT(eglQueryDeviceAttribEXT)
-EGL_ENTRYPOINT(eglQueryDevicesEXT)
 EGL_ENTRYPOINT(eglQueryDeviceStringEXT)
+EGL_ENTRYPOINT(eglQueryDevicesEXT)
 EGL_ENTRYPOINT(eglQueryDisplayAttribEXT)
 EGL_ENTRYPOINT(eglQueryDmaBufFormatsEXT)
 EGL_ENTRYPOINT(eglQueryDmaBufModifiersEXT)




More information about the mesa-commit mailing list