X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=a4a7acfa1549d8a02d9868212cf7c032f2c26706;hb=650cb846fec03207426278a5592aa973ec45d055;hp=02cb32a9f4f16e2d5614254a6f0bce65213712b9;hpb=7b4dacf6fe9f8c10b6eb4d6070869a3d933dbeb5;p=xboard.git diff --git a/backend.h b/backend.h index 02cb32a..a4a7acf 100644 --- a/backend.h +++ b/backend.h @@ -2,9 +2,12 @@ * backend.h -- Interface exported by XBoard back end * * Copyright 1991 by Digital Equipment Corporation, Maynard, - * Massachusetts. Enhancements Copyright - * 1992-2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software - * Foundation, Inc. + * Massachusetts. + * + * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, + * 2007, 2008, 2009 Free Software Foundation, Inc. + * + * Enhancements Copyright 2005 Alessandro Scotti * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -325,10 +328,10 @@ typedef struct _CPS { char egtFormats[MSG_SIZ]; /* [HGM] EGT: supported tablebase formats */ int bookSuspend; /* [HGM] book: go was deferred because of book hit */ int nrOptions; /* [HGM] options: remembered option="..." features */ -#define MAX_OPTIONS 50 +#define MAX_OPTIONS 100 Option option[MAX_OPTIONS]; int comboCnt; - char *comboList[10*MAX_OPTIONS]; + char *comboList[20*MAX_OPTIONS]; char *optionSettings; void *programLogo; /* [HGM] logo: bitmap of the logo */ char *fenOverride; /* [HGM} FRC: force FEN casling & ep fields by hand */