X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.h;h=94dea7572d5a28c5694ae939b12830e9df6ed9a0;hb=f6e0ba4110818a2785aa480eaa05836b742e9992;hp=517e067b1df5146af834180aae0a5e888f522688;hpb=b16fa6548a01d63f00b21e73e1d58009c88d20e4;p=xboard.git diff --git a/draw.h b/draw.h index 517e067..94dea75 100644 --- a/draw.h +++ b/draw.h @@ -5,7 +5,8 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free + * Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -61,7 +62,7 @@ extern int lineGap, squareSize; // defined in draw.c void CreateGCs P((int redo)); -void CreateAnyPieces P((void)); +void CreateAnyPieces P((int p)); void CreatePNGPieces P((void)); void CreateGrid P((void)); void DrawSegment P((int x, int y, int *lastX, int *lastY, int p));