249
257
struct grub_video_bitmap *icon;
250
258
if ((icon = get_item_icon (self, menu_index)) != 0)
251
259
grub_video_blit_bitmap (icon, GRUB_VIDEO_BLIT_BLEND,
253
261
item_top + (item_height - self->icon_height) / 2,
254
262
0, 0, self->icon_width, self->icon_height);