Display score/depth in Eval Graph title
[xboard.git] / evalgraph.h
index 85ca73f..bffc1ca 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * evalgraph.h -- Evaluation Graph window
  *
- * Copyright 2000, 2009, 2010 Free Software Foundation, Inc.
+ * Copyright 2000, 2009, 2010, 2011 Free Software Foundation, Inc.
  *
  * Enhancements Copyright 2005 Alessandro Scotti
  *
@@ -57,4 +57,5 @@ void DrawEvalText(char *buf, int cbBuf, int y);
 // calls of front-end part into back-end part
 extern int GetMoveIndexFromPoint( int x, int y );
 extern void PaintEvalGraph( void );
+extern char *MakeEvalTitle( char *title );