Skip to content

common: fix cast type in init_egl()

Eric Engestrom requested to merge eric/kmscube:egl-cast-fix into master

On some platforms, EGLNativeDisplayType is an int instead of a pointer, in which case the void pointer will raise a -Wint-conversion.

Let's cast it to the correct type directly.

Closes: #16 (closed)

Merge request reports