X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=d202ad6d146643dca063f3bee95e60c81809b9f2;hb=ba3e6a6301920d112fde459b61a5a5206565dcbd;hp=5417804bc6fc03ba9a3822823c54361710d37be1;hpb=959078d28a10387d4583f8bd2f46d52a799065d3;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index 5417804..d202ad6 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -221,6 +221,13 @@ GameListReplace (int page) } void +GameListUpdate () +{ + GameListPrepare(False, False); + GameListReplace(0); +} + +void GameListPopUp (FILE *fp, char *filename) { if (glc == NULL) {