398c4d9a43
- remove maintainer (pval) while here too ok pval@
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
$OpenBSD: patch-font_c,v 1.2 2010/03/21 10:41:43 jasper Exp $
|
|
--- font.c.orig Sun Jan 31 16:12:10 2010
|
|
+++ font.c Sun Jan 31 16:12:27 2010
|
|
@@ -85,8 +85,8 @@ int vfontType;
|
|
|
|
typedef struct FontCharInfoType
|
|
{
|
|
- char offset;
|
|
- char width;
|
|
+ int offset;
|
|
+ int width;
|
|
} FontCharInfoType;
|
|
|
|
FontCharInfoType *fntOW[256];
|