Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast to EGLNativeWindowType explicitly
In order to avoid off build failures due to mismatching (but compatible) declarations of wl_egl_window and EGLNativeWindowType, add an explicit cast to EGLNativeWindowType inside the TargetWayland::nativeWindow() function. Solves the following build issue found by the Buildroot autobuilders: http://autobuild.buildroot.net/results/92c5cc3134e92c263a0cbb4c05ef8956569e434b/
- Loading branch information