Skip to content

Commit 02c5a7c

Browse files
committed
C89_BUILD buildfix
1 parent 324160f commit 02c5a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/drivers/ozone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5775,6 +5775,7 @@ static void ozone_draw_entries(
57755775
uint32_t alpha_uint32;
57765776
float bottom_boundary;
57775777
unsigned video_info_height, video_info_width;
5778+
float last_border_alpha = -1.0f;
57785779
bool menu_show_sublabels = settings->bools.menu_show_sublabels;
57795780
bool use_smooth_ticker = settings->bools.menu_ticker_smooth;
57805781
unsigned show_history_icons = settings->uints.playlist_show_history_icons;
@@ -5832,7 +5833,6 @@ static void ozone_draw_entries(
58325833

58335834
/* Borders layer */
58345835
/* Cache alpha to avoid redundant set_alpha calls each entry */
5835-
float last_border_alpha = -1.0f;
58365836
for (i = 0; i < entries_end; i++)
58375837
{
58385838
bool entry_selected = selection == i;

0 commit comments

Comments
 (0)