-
- Downloads
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
Loading
Please register or sign in to comment