X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=draw.h;h=1d1511fce55bd9883f9021f57b23844e388c66a6;hb=5cab485d7a39f1b15558fc3b06d57d2164a7dc5d;hp=537cb1bcd19a729212370e4821147d2cff97ee41;hpb=58829f360dca7d929444d8f3748bae8a37be7ad0;p=xboard.git diff --git a/draw.h b/draw.h index 537cb1b..1d1511f 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: @@ -67,6 +68,7 @@ void CreateGrid P((void)); void DrawSegment P((int x, int y, int *lastX, int *lastY, int p)); void DrawRectangle P((int left, int top, int right, int bottom, int side, int style)); void DrawEvalText P((char *buf, int cbBuf, int y)); +void DrawText P((char *string, int x, int y, int align)); extern Option *disp; extern char svgDir[];