diff options
author | Dave Airlie <[email protected]> | 2015-05-05 09:10:34 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-05-05 12:19:40 +1000 |
commit | b5045e29917a783be74becee5e72566e2b0e3535 (patch) | |
tree | eb0a9b8612751bd76e05d66c5d8237ec6ba92bb4 /src/egl/main/eglapi.c | |
parent | 1c5a57aee109ef513df0d281aadc69db293cc3d8 (diff) |
egl: image_dma_buf_export - use KHR 64-bit type
After talking to Jon Leech he suggested this should be fine.
update spec to the version in the registry.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r-- | src/egl/main/eglapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index ec41aa3f15b..ba1d0ddc975 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -2013,7 +2013,7 @@ eglGetSyncValuesCHROMIUM(EGLDisplay display, EGLSurface surface, EGLBoolean EGLAPIENTRY eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, EGLint *fourcc, EGLint *nplanes, - EGLuint64MESA *modifiers) + EGLuint64KHR *modifiers) { _EGLDisplay *disp = _eglLockDisplay(dpy); _EGLImage *img = _eglLookupImage(image, disp); |