2010-03-21 06:41:43 -04:00
|
|
|
$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;
|
2002-02-20 14:31:29 -05:00
|
|
|
|
2010-03-21 06:41:43 -04:00
|
|
|
typedef struct FontCharInfoType
|
2002-02-20 14:31:29 -05:00
|
|
|
{
|
|
|
|
- char offset;
|
|
|
|
- char width;
|
|
|
|
+ int offset;
|
|
|
|
+ int width;
|
2010-03-21 06:41:43 -04:00
|
|
|
} FontCharInfoType;
|
|
|
|
|
2002-02-20 14:31:29 -05:00
|
|
|
FontCharInfoType *fntOW[256];
|