summaryrefslogtreecommitdiffstats
path: root/src/egl/main
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2018-11-01 07:23:06 +0100
committerMathias Fröhlich <[email protected]>2018-11-01 10:56:21 +0100
commit68dc591af16ebb36814e4c187e4998948103c99c (patch)
tree0a2c3ff79ee408b9fc5093a255ea93c7422cdd2f /src/egl/main
parent9cbdcc86b7209d0022ca9c31668c4d38a9598e4b (diff)
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 <[email protected]> Signed-off-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/eglentrypoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglentrypoint.h b/src/egl/main/eglentrypoint.h
index 95a8814bcef..69a6c1bf4c7 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)