openbsd-ports/palm/pilrc/patches/patch-font_c

15 lines
324 B
Plaintext
Raw Normal View History

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