Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renderer-backend-egl: cast return value in get_native_display() (#119)
In the wpe_renderer_backend_egl_interface::get_native_display(), explicitly cast the wl_display object to the EGLNativeDisplayType. This should avoid compilation errors on rare EGL stacks that have odd default EGLNativeDisplayType type definitions. (cherry picked from commit 1123b61)
- Loading branch information