Skip to content
Snippets Groups Projects
Commit b2f97f53 authored by Eric Engestrom's avatar Eric Engestrom Committed by Eric Engestrom
Browse files

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
parent 4961a04b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment