openbsd-ports/print/fontforge/patches/patch-fontforge_fontview_c
kili 4ea0d57921 Update to 20060822; several bugfixes and improvements.
Some help and "go ahead" by steven@
2006-10-15 18:52:59 +00:00

14 lines
562 B
Plaintext

$OpenBSD: patch-fontforge_fontview_c,v 1.2 2006/10/15 18:53:00 kili Exp $
--- fontforge/fontview.c.orig Fri Aug 18 03:37:33 2006
+++ fontforge/fontview.c Sat Oct 7 16:53:23 2006
@@ -9056,8 +9056,8 @@ static void FVExpose(FontView *fv,GWindo
(event->u.expose.rect.y+event->u.expose.rect.height+fv->cbh-1)/fv->cbh; ++i ) for ( j=0; j<fv->colcnt; ++j ) {
int index = (i+fv->rowoff)*fv->colcnt+j;
int feat_gid;
- styles = 0;
SplineChar *sc;
+ styles = 0;
if ( fv->mapping!=NULL ) {
if ( index>=fv->mapcnt ) index = fv->map->enccount;
else