]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/font.h
scm: lower SCM_MAX_FD
[net-next-2.6.git] / include / linux / font.h
index 53b129f07f6f294a896ce4bcc62133641f79d9ef..40a24ab41b36b883eaea6abfcecb82db66de31e2 100644 (file)
@@ -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