diff options
author | Eric Engestrom <[email protected]> | 2018-11-15 17:48:58 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-11-15 17:51:40 +0000 |
commit | 2b2f790e594cde3aa0d4dcebafc9a072651cd62a (patch) | |
tree | 8bbb701d8fb64c7cefc15a76204f97f245f4c980 /src | |
parent | 6e60ff1ea91039087acb8b0f4b741b6766770f29 (diff) |
egl: fix bad rebase
I screwed up a rebase over a refactor and didn't notice locally because
the uncommitted refactor hid the issue.
Fixes: c9733649670243a1a6eb "egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache"
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/egl/generate/eglFunctionList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py index 49c70c982df..2cd35557bc4 100644 --- a/src/egl/generate/eglFunctionList.py +++ b/src/egl/generate/eglFunctionList.py @@ -197,7 +197,7 @@ EGL_FUNCTIONS = ( _eglFunc("eglDupNativeFenceFDANDROID", "display"), # EGL_ANDROID_blob_cache - ("eglSetBlobCacheFuncsANDROID", "display"), + _eglFunc("eglSetBlobCacheFuncsANDROID", "display"), # EGL_EXT_image_dma_buf_import_modifiers _eglFunc("eglQueryDmaBufFormatsEXT", "display"), |