Skip to content

Commit

Permalink
Add function prototype to egl_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 21, 2023
1 parent aa9f536 commit 22992d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gfx/common/egl_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22992d7

Please sign in to comment.