X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=94cd6bfc3000d73b800d031bde1d0133b9bf6911;hb=d3e72e265a417fa9dcbc0e040184b93df99cd894;hp=f020f22a9ab9e88c6585d8b204aa8ce016a291e5;hpb=7b4dacf6fe9f8c10b6eb4d6070869a3d933dbeb5;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index f020f22..94cd6bf 100644 --- a/xgamelist.h +++ b/xgamelist.h @@ -1,7 +1,7 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -27,5 +27,8 @@ void ShowGameListProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); void LoadSelectedProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); +void SetFilterProc P((Widget w, XEvent *event, + String *prms, Cardinal *nprms)); +extern Widget gameListShell; #endif /* _XGAMEL_H */