X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.h;h=a0b8cf6e1492993aa3376feb09a2cc5e78b9b7cc;hb=c538ad128cef9fea034c4c67405cfb51dc2b6ce3;hp=0d933d9e689e90f97d904b4d34ec4b2a7fd63762;hpb=f5445dab3a8035dfdfa3eb8581d323c0661390fb;p=xboard.git diff --git a/dialogs.h b/dialogs.h index 0d933d9..a0b8cf6 100644 --- a/dialogs.h +++ b/dialogs.h @@ -133,6 +133,11 @@ extern WindowPlacement wpComment, wpTags, wpMoveHistory, wpMain, wpDualBoard, wp extern char *marked[]; extern Boolean shellUp[]; extern Option textOptions[], typeOptions[], dualOptions[], mainOptions[]; +extern Option historyOptions[], engoutOptions[], gamesOptions[], chatOptions[], tagsOptions[], commentOptions[]; +#define MAX_SIZE 130 +extern Boolean fontIsSet[], fontValid[][MAX_SIZE]; +extern int initialSquareSize; +extern char *fontTable[][MAX_SIZE]; void GetPlacement P((DialogClass dlg, WindowPlacement *wp));