patch-2.1.110 linux/drivers/video/font.h
Next file: linux/drivers/video/font_sun12x22.c
Previous file: linux/drivers/video/fbcon.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Sat Jul 18 13:55:46 1998
-  Orig file: 
v2.1.109/linux/drivers/video/font.h
-  Orig date: 
Mon Nov 24 01:18:57 1997
diff -u --recursive --new-file v2.1.109/linux/drivers/video/font.h linux/drivers/video/font.h
@@ -18,15 +18,15 @@
     *    Find a font with a specific name
     */
 
-extern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
+extern int findsoftfont(char *name, unsigned short *width, unsigned short *height, u_char *data[]);
 
 
    /*
     *    Get the default font for a specific screen size
     */
 
-extern void getdefaultfont(int xres, int yres, char *name[], int *width,
-                           int *height, u_char *data[]);
+extern void getdefaultfont(int xres, int yres, char *name[], unsigned short *width,
+                           unsigned short *height, u_char *data[]);
 
 
 /* Max. length for the name of a predefined font */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov