Move HistorySet to back-end
[xboard.git] / winboard / winboard.h
index e2e4182..2dc1659 100644 (file)
@@ -147,7 +147,8 @@ VOID LoadEnginePopUp();
 #define COMMENT_FONT 4\r
 #define EDITTAGS_FONT 5\r
 #define MOVEHISTORY_FONT 6\r
-#define NUM_FONTS 7\r
+#define GAMELIST_FONT 7\r
+#define NUM_FONTS 8\r
 \r
 /* Positions of some menu items.  Origin is zero and separator lines count. */\r
 /* It's gross that these are needed. */\r
@@ -199,10 +200,8 @@ BOOL GetActualPlacement( HWND hWnd, WindowPlacement * wp );
 \r
 VOID MoveHistoryPopUp();\r
 VOID MoveHistoryPopDown();\r
-VOID MoveHistorySet( char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgramStats_Move * pvInfo );\r
 extern HWND moveHistoryDialog;\r
 \r
-VOID EvalGraphSet( int first, int last, int current, ChessProgramStats_Move * pvInfo );\r
 VOID EvalGraphPopUp();\r
 VOID EvalGraphPopDown();\r
 extern HWND evalGraphDialog;\r