[stripes] Comment out draw_items for now

This commit is contained in:
Jean-André Santoni 2018-04-08 13:21:33 +07:00
parent 061fe25c33
commit 5a22d1cd8e
1 changed files with 23 additions and 23 deletions

View File

@ -3565,31 +3565,31 @@ static void stripes_frame(void *data, video_frame_info_t *video_info)
menu_display_blend_end(video_info); menu_display_blend_end(video_info);
/* Vertical icons */ /* Vertical icons */
if (stripes) // if (stripes)
stripes_draw_items( // stripes_draw_items(
video_info, // video_info,
stripes, // stripes,
stripes->selection_buf_old, // stripes->selection_buf_old,
stripes->selection_ptr_old, // stripes->selection_ptr_old,
(stripes_list_get_size(stripes, MENU_LIST_PLAIN) > 1) // (stripes_list_get_size(stripes, MENU_LIST_PLAIN) > 1)
? stripes->categories_selection_ptr : // ? stripes->categories_selection_ptr :
stripes->categories_selection_ptr_old, // stripes->categories_selection_ptr_old,
&stripes_item_color[0], // &stripes_item_color[0],
width, // width,
height); // height);
selection_buf = menu_entries_get_selection_buf_ptr(0); // selection_buf = menu_entries_get_selection_buf_ptr(0);
if (stripes) // if (stripes)
stripes_draw_items( // stripes_draw_items(
video_info, // video_info,
stripes, // stripes,
selection_buf, // selection_buf,
selection, // selection,
stripes->categories_selection_ptr, // stripes->categories_selection_ptr,
&stripes_item_color[0], // &stripes_item_color[0],
width, // width,
height); // height);
font_driver_flush(video_info->width, video_info->height, stripes->font, font_driver_flush(video_info->width, video_info->height, stripes->font,
video_info); video_info);