X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwevalgraph.c;h=ee71b609e81a53d0c335db4e4536c80dbdda79c0;hb=1a74e7cd3bed2116e9bcfc4d2b5f270895dff16c;hp=e438916e546f3bc36b9cc195b3bdcd8cc99e3b63;hpb=cb4cfa8ca5e717cb2c3d14988b6fc05e31bc1837;p=xboard.git diff --git a/winboard/wevalgraph.c b/winboard/wevalgraph.c index e438916..ee71b60 100644 --- a/winboard/wevalgraph.c +++ b/winboard/wevalgraph.c @@ -5,6 +5,8 @@ * * Copyright 2005 Alessandro Scotti * + * Enhancements Copyright 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -58,7 +60,7 @@ Boolean EvalGraphIsUp() } // [HGM] front-end, added as wrapper to avoid use of LineTo and MoveToEx in other routines (so they can be back-end) -void DrawSegment( int x, int y, int *lastX, int *lastY, enum PEN penType ) +void DrawSegment( int x, int y, int *lastX, int *lastY, int penType ) { POINT stPt; if(penType == PEN_NONE) MoveToEx( hdcPB, x, y, &stPt ); else {