X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.h;h=40a425e28331249497423878a6bfca80b332288d;hb=860250c0cf8a2ed671862d447e710686b539945a;hp=0998c970865e1689f93edcb30bbad0cd920a2933;hpb=c37d45adc7d98a702a7459ccdc0ac23df01a476e;p=xboard.git diff --git a/winboard/winboard.h b/winboard/winboard.h index 0998c97..40a425e 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.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. * * 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;