Huw Davies : Don't save the selected state.

Alexandre Julliard julliard at winehq.org
Fri Sep 13 09:41:13 CDT 2013


Module: fontforge
Branch: master
Commit: bd54d56438ffeb436e73f262440bc716d969e8c9
URL:    http://source.winehq.org/git/fontforge.git/?a=commit;h=bd54d56438ffeb436e73f262440bc716d969e8c9

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Sep 13 11:27:45 2013 +0100

Don't save the selected state.

---

 fontforge/sfd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fontforge/sfd.c b/fontforge/sfd.c
index aa19b78..96e2bb4 100644
--- a/fontforge/sfd.c
+++ b/fontforge/sfd.c
@@ -620,7 +620,7 @@ static void SFDDumpSplineSet(FILE *sfd,SplineSet *spl) {
 			(double) sp->prevcp.x, (double) sp->prevcp.y,
 			(double) sp->me.x, (double) sp->me.y );
 #endif
-	    fprintf(sfd, "%d", sp->pointtype|(sp->selected<<2)|
+	    fprintf(sfd, "%d", sp->pointtype|/*(sp->selected<<2)|*/
 			(sp->nextcpdef<<3)|(sp->prevcpdef<<4)|
 			(sp->roundx<<5)|(sp->roundy<<6)|
 			(sp->ttfindex==0xffff?(1<<7):0)|




More information about the wine-cvs mailing list