X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffont.h;h=40a24ab41b36b883eaea6abfcecb82db66de31e2;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=8aac48c37f3db1c7ef6fa00383e1a41a987d44d2;hpb=0ad3a96f8ad910ecf87a25ec69ed360b284dee2e;p=linux-2.6 diff --git a/include/linux/font.h b/include/linux/font.h index 8aac48c37f..40a24ab41b 100644 --- a/include/linux/font.h +++ b/include/linux/font.h @@ -31,7 +31,6 @@ struct font_desc { #define SUN12x22_IDX 7 #define ACORN8x8_IDX 8 #define MINI4x6_IDX 9 -#define RL_IDX 10 extern const struct font_desc font_vga_8x8, font_vga_8x16, @@ -42,7 +41,6 @@ extern const struct font_desc font_vga_8x8, font_sun_8x16, font_sun_12x22, font_acorn_8x8, - font_rl, font_mini_4x6; /* Find a font with a specific name */ @@ -51,7 +49,8 @@ extern const struct font_desc *find_font(const char *name); /* Get the default font for a specific screen size */ -extern const struct font_desc *get_default_font(int xres, int yres); +extern const struct font_desc *get_default_font(int xres, int yres, + u32 font_w, u32 font_h); /* Max. length for the name of a predefined font */ #define MAX_FONT_NAME 32