Buildfix for Cg

This commit is contained in:
twinaphex 2019-03-18 16:32:46 +01:00
parent 794f9c8968
commit 46dc4508f4
2 changed files with 3 additions and 1 deletions

View File

@ -3291,7 +3291,7 @@ bool video_context_driver_show_mouse(bool *bool_data)
return true;
}
static bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
bool video_context_driver_get_flags(gfx_ctx_flags_t *flags)
{
if (!current_video_context.get_flags)
return false;

View File

@ -1189,6 +1189,8 @@ bool video_driver_started_fullscreen(void);
bool video_driver_is_threaded(void);
bool video_context_driver_get_flags(gfx_ctx_flags_t *flags);
bool video_driver_get_all_flags(gfx_ctx_flags_t *flags,
enum display_flags flag);