X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffont.h;h=40a24ab41b36b883eaea6abfcecb82db66de31e2;hb=4fce5e64991fc0a02e47e525ce72f33def17b7ef;hp=53b129f07f6f294a896ce4bcc62133641f79d9ef;hpb=0a0fc0ddbe732779366ab6b1b879f62195e65967;p=pandora-kernel.git diff --git a/include/linux/font.h b/include/linux/font.h index 53b129f07f6f..40a24ab41b36 100644 --- a/include/linux/font.h +++ b/include/linux/font.h @@ -49,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