patch-1.3.96 linux/include/asm-m68k/font.h
Next file: linux/include/asm-m68k/pgtable.h
Previous file: linux/include/asm-m68k/dma.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 26 12:12:24 1996
- Orig file:
v1.3.95/linux/include/asm-m68k/font.h
- Orig date:
Tue Apr 23 13:57:12 1996
diff -u --recursive --new-file v1.3.95/linux/include/asm-m68k/font.h linux/include/asm-m68k/font.h
@@ -18,7 +18,7 @@
* Find a font with a specific name
*/
-extern int findsoftfont(char *name, int *width, int *heigth, u_char *data[]);
+extern int findsoftfont(char *name, int *width, int *height, u_char *data[]);
/*
@@ -28,5 +28,8 @@
extern void getdefaultfont(int xres, int yres, char *name[], int *width,
int *height, u_char *data[]);
+
+/* Max. length for the name of a predefined font */
+#define MAX_FONT_NAME 32
#endif /* _ASM_M68K_FONT_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this