~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to include/grub/gfxmenu_view.h

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
void
63
63
grub_gfxmenu_set_chosen_entry (int entry, void *data);
64
64
 
 
65
grub_err_t grub_font_draw_string (const char *str,
 
66
                                  grub_font_t font,
 
67
                                  grub_video_color_t color,
 
68
                                  int left_x, int baseline_y);
 
69
int grub_font_get_string_width (grub_font_t font,
 
70
                                const char *str);
 
71
 
 
72
 
65
73
/* Implementation details -- this should not be used outside of the
66
74
   view itself.  */
67
75