common: fix cast type in init_egl()
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)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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)