Buildfixes

This commit is contained in:
twinaphex 2021-04-08 03:27:58 +02:00
parent 9f6a5e35de
commit b7bc1fc51d
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static void gfx_widget_achievement_popup_free_current(
static bool gfx_widget_achievement_popup_init( static bool gfx_widget_achievement_popup_init(
gfx_display_t *p_disp, gfx_display_t *p_disp,
gfx_animation_t *p_anim,
bool video_is_threaded, bool fullscreen) bool video_is_threaded, bool fullscreen)
{ {
gfx_widget_achievement_popup_state_t* state = &p_w_achievement_popup_st; gfx_widget_achievement_popup_state_t* state = &p_w_achievement_popup_st;

View File

@ -52,6 +52,7 @@ typedef struct gfx_widget_screenshot_state gfx_widget_screenshot_state_t;
static gfx_widget_screenshot_state_t p_w_screenshot_st = { static gfx_widget_screenshot_state_t p_w_screenshot_st = {
0, /* texture */ 0, /* texture */
NULL, /* p_anim */
0, /* texture_width */ 0, /* texture_width */
0, /* texture_height */ 0, /* texture_height */
0, /* height */ 0, /* height */