X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.h;h=40a425e28331249497423878a6bfca80b332288d;hb=6f3c9bba464d20c0abff140f3f7a6ccd0291253b;hp=e8dc9f49e189cc076dfb634b4050b5cc78eece6f;hpb=4df745f07a4fb7fa7136763be313779df2a26255;p=xboard.git diff --git a/winboard/winboard.h b/winboard/winboard.h index e8dc9f4..40a425e 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -2,10 +2,11 @@ * WinBoard.h -- Definitions for Windows NT front end to XBoard * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. + * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free + * Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -211,6 +212,15 @@ extern HWND evalGraphDialog; extern HWND engineOutputDialog; +struct GameListStats +{ + int white_wins; + int black_wins; + int drawn; + int unfinished; +}; + +int GameListToListBox( HWND hDlg, BOOL boReset, char * pszFilter, struct GameListStats * stats, BOOL byPos, BOOL narrow ); VOID ShowGameListProc(void); extern HWND gameListDialog;