Commit 983d64cc authored by Boris Egorov's avatar Boris Egorov Committed by Jean-Baptiste Kempf

egl: Fix syntax error

Signed-off-by: default avatarBoris Egorov <egorov@linux.com>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f8ab474b
......@@ -245,8 +245,8 @@ static int Open (vlc_object_t *obj, const struct gl_api *api)
# ifdef __unix__
if (snum == XDefaultScreen(sys->x11))
sys->display = eglGetDisplay(sys->x11);
}
# endif
}
#elif defined (USE_PLATFORM_WAYLAND)
sys->window = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment