Add function prototype to egl_common.h

This commit is contained in:
libretroadmin 2023-02-21 22:26:52 +01:00
parent aa9f53659f
commit 22992d7f95

View File

@ -121,6 +121,8 @@ bool egl_get_native_visual_id(egl_ctx_data_t *egl, EGLint *value);
bool egl_get_config_attrib(EGLDisplay dpy, EGLConfig config,
EGLint attribute, EGLint *value);
void egl_report_error(void);
bool egl_has_config(egl_ctx_data_t *egl);
RETRO_END_DECLS