Skip to content

Commit d610712

Browse files
committed
build fix
1 parent fdce929 commit d610712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/gfx_widgets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ bool gfx_widgets_visible(void *data)
15531553
bool memory_show = video_info->memory_show;
15541554
bool core_status_msg_show = video_info->core_status_msg_show;
15551555
bool widgets_is_paused = (video_info->video_st_flags & VIDEO_FLAG_WIDGETS_PAUSED) ? true : false;
1556-
bool widgets_is_fastforwarding = (video_info->video_st_flags & VIDEO_FLAG_WIDGETS_FAST_FORWARD) ? true : false;
1556+
bool widgets_is_fastforwarding = (video_info->video_st_flags & VIDEO_FLAG_WIDGETS_FASTMOTION) ? true : false;
15571557
bool widgets_is_rewinding = (video_info->video_st_flags & VIDEO_FLAG_WIDGETS_REWINDING) ? true : false;
15581558
bool runloop_is_slowmotion = video_info->runloop_is_slowmotion;
15591559
bool notifications_hidden = video_info->notifications_hidden || video_info->msg_queue_delay;

0 commit comments

Comments
 (0)